Sha256: bdac1393687c73c00b847021271210923d59b564a811c4a531b1c43b5be69131

Contents?: true

Size: 728 Bytes

Versions: 19

Compression:

Stored size: 728 Bytes

Contents

# If users configure a longer ``heartbeatFrequencyMS`` than the default,
# ``maxStalenessSeconds`` might have a larger minimum.
---
heartbeatFrequencyMS: 120000  # 120 seconds.
topology_description:
  type: ReplicaSetWithPrimary
  servers:
  - &1
    address: a:27017
    type: RSPrimary
    avg_rtt_ms: 5
    lastUpdateTime: 0
    maxWireVersion: 6
    lastWrite: {lastWriteDate: {$numberLong: "1"}}
  - &2
    address: b:27017
    type: RSSecondary
    avg_rtt_ms: 50  # Too far.
    lastUpdateTime: 0
    maxWireVersion: 6
    lastWrite: {lastWriteDate: {$numberLong: "1"}}
read_preference:
  mode: Nearest
  maxStalenessSeconds: 130  # OK, must be 120 + 10 = 130 seconds.
suitable_servers:
- *1
- *2
in_latency_window:
- *1

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
mongo-2.21.0 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.20.1 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mogno-2.20.0 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mogno-1.0.0 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.20.0 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.19.3 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.17.4 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.18.3 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.19.2 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.19.1 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.19.0 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.18.2 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.17.3 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.18.1 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.18.0 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.17.2 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.18.0.beta1 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.17.1 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
mongo-2.17.0 spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml