Sha256: 96c0c19cb41ccadf5666fc7c290de3ce45099a7d4bbf41ef73f8625f022b0152

Contents?: true

Size: 609 Bytes

Versions: 69

Compression:

Stored size: 609 Bytes

Contents

# Fallback to secondary if no primary.
---
heartbeatFrequencyMS: 25000  # 25 seconds.
topology_description:
  type: ReplicaSetNoPrimary
  servers:
  - &1
    address: a:27017
    type: RSSecondary
    avg_rtt_ms: 5
    lastUpdateTime: 0
    maxWireVersion: 5
    lastWrite: {lastWriteDate: {$numberLong: "1000001"}}
  - &2
    address: b:27017
    type: RSSecondary
    avg_rtt_ms: 5
    lastUpdateTime: 0
    maxWireVersion: 5
    lastWrite: {lastWriteDate: {$numberLong: "1"}}  # Very stale.
read_preference:
  mode: PrimaryPreferred
  maxStalenessSeconds: 90
suitable_servers:
- *1
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/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.9.1.rc0 spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.9.0 spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.9.0.rc1 spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.9.0.rc0 spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.8.0 spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.7.2 spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.8.0.rc0 spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.7.1 spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.7.0 spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.7.0.rc0 spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.6.4 spec/support/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.6.2 spec/support/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.6.1 spec/support/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.6.0 spec/support/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.5.3 spec/support/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.5.2 spec/support/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
tdiary-5.0.8 vendor/bundle/gems/mongo-2.5.1/spec/support/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.5.1 spec/support/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
mongo-2.5.0 spec/support/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml