-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
Repl Members that are fsyncLock'd should not become primary.
Currently with SERVER-11103 being fixed, a replica set member which is SECONDARY and has been issued fsyncLock can become PRIMARY.
From a high level, this seems counter productive, as we want the new primary available to take writes.
Can we make it so that members which are under an fsyncLock block themselves from becoming primary.
As part of this change, it may be worthwhile investigating the possibility of an indicator about fsyncLock within the output of rs.status() so end-users can isolate election problems with one command.
- duplicates
-
SERVER-15745 Member should not be electable while fsyncLock'd
- Backlog