-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When running the isMaster command on a passive node, the command should return a value indicating that we're communicating with a passive node. e.g.,
db.runCommand({ismaster: 1)
{setName: "foo",
ismaster: "false",
secondary: "true",
passive: true
}