Sha256: 1d73cfac25ae5067ae409cc815a24188049ceb58da4ca08b72787a2a9a1079b8

Contents?: true

Size: 597 Bytes

Versions: 69

Compression:

Stored size: 597 Bytes

Contents

# Driver doesn't validate maxStalenessSeconds for mongos
---
heartbeatFrequencyMS: 10000
topology_description:
  type: Sharded
  servers:
  - &1
    address: a:27017
    type: Mongos
    avg_rtt_ms: 5
    lastUpdateTime: 0
    maxWireVersion: 5
    lastWrite: {lastWriteDate: {$numberLong: "1"}}
  - &2
    address: b:27017
    type: Mongos
    avg_rtt_ms: 50  # Too far.
    lastUpdateTime: 0
    maxWireVersion: 5
    lastWrite: {lastWriteDate: {$numberLong: "1"}}
read_preference:
  mode: Nearest
  maxStalenessSeconds: 1  # OK for sharding.
suitable_servers:
- *1
- *2
in_latency_window:
- *1

Version data entries

69 entries across 67 versions & 2 rubygems

Version Path
mongo-2.10.0.rc0 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.9.1.rc0 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.9.0 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.9.0.rc1 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.9.0.rc0 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.8.0 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.7.2 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.8.0.rc0 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.7.1 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.7.0 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.7.0.rc0 spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.6.4 spec/support/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.6.2 spec/support/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.6.1 spec/support/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.6.0 spec/support/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.5.3 spec/support/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.5.2 spec/support/max_staleness/Sharded/SmallMaxStaleness.yml
tdiary-5.0.8 vendor/bundle/gems/mongo-2.5.1/spec/support/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.5.1 spec/support/max_staleness/Sharded/SmallMaxStaleness.yml
mongo-2.5.0 spec/support/max_staleness/Sharded/SmallMaxStaleness.yml