-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.0.0-rc0
-
Component/s: Replication, Sharding
-
ALL
Sometimes a node can go down and come back up, without being its 'ok' flag in the _nodes array being set to true. If this node becomes the primary, this causes the replSetGetStatus command to be run on every operation as the mongos keeps thinking its connection to the primary is down and re-checks it.