-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
ALL
The stepDown command by default uses a 0 second wait-time, meaning if no secondaries are completely caught up in replication when the command grabs the global lock, it will fail. We should give secondaries some small amount of time (1 second?) to catch up after writes have been blocked before failing.
- related to
-
SERVER-15861 Add argument to replSetStepDown to allow users to specify how long to wait for secondaries to catch up
- Closed