-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Minor Change
-
Repl 2020-05-04
Introduce a server parameter shutdownTimeoutMillisForSignaledShutdown on mongod. This controls the combined time taken by stepdown and quiesce mode for SIGTERM shutdown. The default value is 15000. Set this to 100 in tests. (Check that for multi-node replica sets, this is often enough time to step down and spend time in quiesce mode.) Remove the server parameter waitForStepDownOnSignaledShutdown, so that the two timeouts are combined.
- depends on
-
SERVER-46951 Implement quiesce mode on mongod
- Closed
- is depended on by
-
SERVER-46961 Test sync source in quiesce mode
- Closed
-
SERVER-46962 Test new sync source in quiesce mode
- Closed
-
SERVER-46963 Test locally that we eliminate retries of short-running reads due to planned secondary shutdown (without streamable isMaster)
- Closed