summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.yml')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.yml59
1 files changed, 0 insertions, 59 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.yml b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.yml
deleted file mode 100644
index c32e8c41af2..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.yml
+++ /dev/null
@@ -1,59 +0,0 @@
-# Primary's lastWriteDate is used normally with SecondaryPreferred and tags.
----
-heartbeatFrequencyMS: 25000 # 25 seconds.
-topology_description:
- type: ReplicaSetWithPrimary
- servers:
- - &1
- address: a:27017
- type: RSPrimary
- avg_rtt_ms: 5
- lastUpdateTime: 0
- maxWireVersion: 5
- lastWrite: {lastWriteDate: {$numberLong: "125002"}}
- - &2
- address: b:27017
- type: RSSecondary
- avg_rtt_ms: 5
- lastUpdateTime: 0
- maxWireVersion: 5
- lastWrite: {lastWriteDate: {$numberLong: "2"}} # 125 sec stale + 25 sec heartbeat <= 150 sec maxStaleness.
- tags:
- data_center: nyc
- - &3
- address: c:27017
- type: RSSecondary
- avg_rtt_ms: 50 # Too far.
- lastUpdateTime: 1
- maxWireVersion: 5
- lastWrite: {lastWriteDate: {$numberLong: "1000001"}} # Not used in estimate since we have a primary.
- tags:
- data_center: nyc
- - &4
- address: d:27017
- type: RSSecondary
- avg_rtt_ms: 5
- lastUpdateTime: 0
- maxWireVersion: 5
- lastWrite: {lastWriteDate: {$numberLong: "1"}} # Too stale.
- tags:
- data_center: nyc
- - &5
- address: e:27017
- type: RSSecondary
- avg_rtt_ms: 5
- lastUpdateTime: 0
- maxWireVersion: 5
- lastWrite: {lastWriteDate: {$numberLong: "2"}}
- tags:
- data_center: tokyo # No match.
-read_preference:
- mode: SecondaryPreferred
- maxStalenessSeconds: 150
- tag_sets:
- - data_center: nyc
-suitable_servers:
-- *2
-- *3
-in_latency_window:
-- *2