Sha256: bc7fca16031fde669014d3668f83a2ae492960f512a70f0f40b50366f4b2109b
Contents?: true
Size: 744 Bytes
Versions: 88
Compression:
Stored size: 744 Bytes
Contents
# Primary has wire version 5, secondary has 4, read preference primaryPreferred # with maxStalenessSeconds. The client must error, even though it uses primary and # never applies maxStalenessSeconds. Proves that the compatibility check precedes # filtration. --- topology_description: type: ReplicaSetWithPrimary servers: - &1 address: a:27017 type: RSPrimary avg_rtt_ms: 5 lastUpdateTime: 0 maxWireVersion: 5 lastWrite: {lastWriteDate: {$numberLong: "1"}} - &2 address: b:27017 type: RSSecondary avg_rtt_ms: 5 lastUpdateTime: 0 maxWireVersion: 4 # Too old. lastWrite: {lastWriteDate: {$numberLong: "1"}} read_preference: mode: PrimaryPreferred maxStalenessSeconds: 150 error: true
Version data entries
88 entries across 86 versions & 3 rubygems