...
1description: "Incompatible arbiter"
2
3uri: "mongodb://a,b/?replicaSet=rs"
4
5phases:
6 - responses:
7 -
8 - "a:27017"
9 - ok: 1
10 helloOk: true
11 isWritablePrimary: true
12 setName: "rs"
13 hosts: ["a:27017", "b:27017"]
14 minWireVersion: 0
15 maxWireVersion: 6
16 -
17 - "b:27017"
18 - ok: 1
19 helloOk: true
20 arbiterOnly: true
21 setName: "rs"
22 hosts: ["a:27017", "b:27017"]
23 minWireVersion: 0
24 maxWireVersion: 1
25 outcome:
26 servers:
27 "a:27017":
28 type: "RSPrimary"
29 setName: "rs"
30 "b:27017":
31 type: "RSArbiter"
32 setName: "rs"
33 topologyType: "ReplicaSetWithPrimary"
34 setName: "rs"
35 logicalSessionTimeoutMinutes: ~
36 compatible: false
View as plain text