Sha256: bd8cdafa086252bf39134aebd9eb2fd8c1db8d689bcaf9117680806acec2dfeb
Contents?: true
Size: 611 Bytes
Versions: 90
Compression:
Stored size: 611 Bytes
Contents
# Catch bugs like CDRIVER-1447, ensure clients select a server that matches all # tags, even when the other server mismatches multiple tags. --- topology_description: type: ReplicaSetNoPrimary servers: - &1 address: b:27017 avg_rtt_ms: 5 type: RSSecondary tags: rack: one data_center: nyc - &2 address: c:27017 avg_rtt_ms: 5 type: RSSecondary tags: rack: two data_center: sf operation: read read_preference: mode: Secondary tag_sets: - data_center: nyc rack: one - other_tag: doesntexist suitable_servers: - *1 in_latency_window: - *1
Version data entries
90 entries across 88 versions & 3 rubygems