Sha256: dcaeb0bc1997366a74dba96c3cc0ae6037109e44d53daebf74976c6c609e66c2
Contents?: true
Size: 1.19 KB
Versions: 9
Compression:
Stored size: 1.19 KB
Contents
description: "New primary with equal electionId" uri: "mongodb://a/?replicaSet=rs" phases: [ # A and B claim to be primaries, with equal electionIds. { responses: [ ["a:27017", { ok: 1, ismaster: true, hosts: ["a:27017", "b:27017"], setName: "rs", electionId: {"$oid": "000000000000000000000001"} }], ["b:27017", { ok: 1, ismaster: true, hosts: ["a:27017", "b:27017"], setName: "rs", electionId: {"$oid": "000000000000000000000001"} }] ], # No choice but to believe the latter response. outcome: { servers: { "a:27017": { type: "Unknown", setName: , electionId: }, "b:27017": { type: "RSPrimary", setName: "rs", electionId: {"$oid": "000000000000000000000001"} } }, topologyType: "ReplicaSetWithPrimary", setName: "rs", } } ]
Version data entries
9 entries across 8 versions & 2 rubygems