-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.4.9, 2.6.4
-
Component/s: Replication
-
None
-
Major Change
-
ALL
-
This command appears to take some internal locks, so it can be blocked by things like foreground index builds (tested on 2.6.4 and 2.4.9).
Further, this command, when queued, causes replSetHeartbeat commands to queue up, resulting in missing heartbeats.
Ideally, this command should be lock-less, allowing the operator to effectively hide the node from application servers or MongoS routers in critical circumstances, e.g. the node being overloaded.
- is related to
-
SERVER-14983 Ability to immediately mark the node as unable to service user queries
- Open