Sha256: bdc6290c22e34fd10cea69c7f09a59e5a69f260fba279a573cabc4329b530f82

Contents?: true

Size: 861 Bytes

Versions: 69

Compression:

Stored size: 861 Bytes

Contents

heartbeatFrequencyMS: 25000  # 25 seconds.
topology_description:
  type: ReplicaSetWithPrimary
  servers:
  - &1
    address: a:27017
    type: RSPrimary
    avg_rtt_ms: 50  # Too far.
    lastUpdateTime: 1
    lastWrite: {lastWriteDate: {$numberLong: "2"}}
    maxWireVersion: 5
  - &2
    address: b:27017
    type: RSSecondary
    avg_rtt_ms: 5
    lastUpdateTime: 125001
    # Updated 125 sec after primary, so 125 sec stale.
    # 125 sec stale + 25 sec heartbeat <= 150 sec maxStaleness.
    lastWrite: {lastWriteDate: {$numberLong: "2"}}
    maxWireVersion: 5
  - &3
    address: c:27017
    type: RSSecondary
    avg_rtt_ms: 5
    lastUpdateTime: 125001
    lastWrite: {lastWriteDate: {$numberLong: "1"}}  # Too stale.
    maxWireVersion: 5
read_preference:
  mode: Nearest
  maxStalenessSeconds: 150
suitable_servers:
- *1
- *2
in_latency_window:
- *2

Version data entries

69 entries across 67 versions & 2 rubygems

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