...
1{
2 "description": "Response from removed server",
3 "uri": "mongodb://a,b/?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 "a:27017"
16 ],
17 "minWireVersion": 0,
18 "maxWireVersion": 6
19 }
20 ]
21 ],
22 "outcome": {
23 "servers": {
24 "a:27017": {
25 "type": "RSPrimary",
26 "setName": "rs"
27 }
28 },
29 "topologyType": "ReplicaSetWithPrimary",
30 "logicalSessionTimeoutMinutes": null,
31 "setName": "rs"
32 }
33 },
34 {
35 "responses": [
36 [
37 "b:27017",
38 {
39 "ok": 1,
40 "helloOk": true,
41 "isWritablePrimary": false,
42 "secondary": true,
43 "setName": "rs",
44 "hosts": [
45 "a:27017",
46 "b:27017"
47 ],
48 "minWireVersion": 0,
49 "maxWireVersion": 6
50 }
51 ]
52 ],
53 "outcome": {
54 "servers": {
55 "a:27017": {
56 "type": "RSPrimary",
57 "setName": "rs"
58 }
59 },
60 "topologyType": "ReplicaSetWithPrimary",
61 "logicalSessionTimeoutMinutes": null,
62 "setName": "rs"
63 }
64 }
65 ]
66}
View as plain text