1{
2  "description": "New primary with equal electionId",
3  "uri": "mongodb://a/?replicaSet=rs",
4  "phases": [
5    {
6      "responses": [
7        [
8          "a:27017",
9          {
10            "ok": 1,
11            "ismaster": true,
12            "hosts": [
13              "a:27017",
14              "b:27017"
15            ],
16            "setName": "rs",
17            "setVersion": 1,
18            "electionId": {
19              "$oid": "000000000000000000000001"
20            },
21            "minWireVersion": 0,
22            "maxWireVersion": 6
23          }
24        ],
25        [
26          "b:27017",
27          {
28            "ok": 1,
29            "ismaster": true,
30            "hosts": [
31              "a:27017",
32              "b:27017"
33            ],
34            "setName": "rs",
35            "setVersion": 1,
36            "electionId": {
37              "$oid": "000000000000000000000001"
38            },
39            "minWireVersion": 0,
40            "maxWireVersion": 6
41          }
42        ]
43      ],
44      "outcome": {
45        "servers": {
46          "a:27017": {
47            "type": "Unknown",
48            "setName": null,
49            "setVersion": null,
50            "electionId": null
51          },
52          "b:27017": {
53            "type": "RSPrimary",
54            "setName": "rs",
55            "setVersion": 1,
56            "electionId": {
57              "$oid": "000000000000000000000001"
58            }
59          }
60        },
61        "topologyType": "ReplicaSetWithPrimary",
62        "logicalSessionTimeoutMinutes": null,
63        "setName": "rs"
64      }
65    }
66  ]
67}
68