...
1{
2 "description": "Host list differs from seeds",
3 "uri": "mongodb://a/?replicaSet=rs",
4 "phases": [
5 {
6 "responses": [
7 [
8 "a:27017",
9 {
10 "ok": 1,
11 "helloOk": true,
12 "isWritablePrimary": true,
13 "setName": "rs",
14 "hosts": [
15 "b:27017"
16 ],
17 "minWireVersion": 0,
18 "maxWireVersion": 6
19 }
20 ]
21 ],
22 "outcome": {
23 "servers": {
24 "b:27017": {
25 "type": "Unknown",
26 "setName": null
27 }
28 },
29 "topologyType": "ReplicaSetNoPrimary",
30 "logicalSessionTimeoutMinutes": null,
31 "setName": "rs"
32 }
33 }
34 ]
35}
View as plain text