bson/testdata/server-discovery-and-monitoring/rs/primary_mismatched_me.json
2025-03-17 20:58:26 +01:00

42 lines
896 B
JSON

{
"description": "Primary mismatched me",
"phases": [
{
"outcome": {
"servers": {
"a:27017": {
"setName": null,
"type": "Unknown"
},
"b:27017": {
"setName": null,
"type": "Unknown"
}
},
"setName": "rs",
"topologyType": "ReplicaSetNoPrimary",
"logicalSessionTimeoutMinutes": null
},
"responses": [
[
"localhost:27017",
{
"me": "a:27017",
"hosts": [
"a:27017",
"b:27017"
],
"helloOk": true,
"isWritablePrimary": true,
"ok": 1,
"setName": "rs",
"minWireVersion": 0,
"maxWireVersion": 6
}
]
]
}
],
"uri": "mongodb://localhost:27017/?replicaSet=rs"
}