summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetWithPrimary/read/Secondary_non_matching.yml
blob: 6414401e85c3320c83bc13f536dec08f2f2b7a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
topology_description:
  type: ReplicaSetWithPrimary
  servers:
  - address: b:27017
    avg_rtt_ms: 5
    type: RSSecondary
    tags:
      data_center: nyc
  - address: c:27017
    avg_rtt_ms: 100
    type: RSSecondary
    tags:
      data_center: nyc
  - address: a:27017
    avg_rtt_ms: 26
    type: RSPrimary
    tags:
      data_center: nyc
operation: read
read_preference:
  mode: Secondary
  tag_sets:
  - data_center: sf
suitable_servers: []
in_latency_window: []