Sha256: 1c592847f8a2a9a4ef4f51513c687e36650162bcb4cf8b7be9e6f07d8f98e3a2

Contents?: true

Size: 1.37 KB

Versions: 2

Compression:

Stored size: 1.37 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",
                setVersion: 1,
                electionId: {"$oid": "000000000000000000000001"}
            }],
            ["b:27017", {
                ok: 1,
                ismaster: true,
                hosts: ["a:27017", "b:27017"],
                setName: "rs",
                setVersion: 1,
                electionId: {"$oid": "000000000000000000000001"}
            }]
        ],

        # No choice but to believe the latter response.
        outcome: {
            servers: {
                "a:27017": {
                    type: "Unknown",
                    setName: ,
                    setVersion: ,
                    electionId:
                },
                "b:27017": {
                    type: "RSPrimary",
                    setName: "rs",
                    setVersion: 1,
                    electionId: {"$oid": "000000000000000000000001"}
                }
            },
            topologyType: "ReplicaSetWithPrimary",
            logicalSessionTimeoutMinutes: null,
            setName: "rs",
        }
    }
]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongo-2.5.0 spec/support/sdam/rs/equal_electionids.yml
mongo-2.5.0.beta spec/support/sdam/rs/equal_electionids.yml