-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
v4.2
-
Repl 2019-09-09, Repl 2019-09-23, Repl 2019-10-07
-
13
Currently, this code block in restartNode() and replSetFreeze cmd in transitionToSteadyStateOperations() can throw network error due to in-progress rollback. Because when the node gets transition to rollback, we kill and close all user operations. Since, we are not catching the network exceptions for those commands, the rollback test can fail.
- is related to
-
SERVER-48046 {replSetFreeze: 0} done in RollbackTest.restartNode() should be resilient of network errors
- Closed
- related to
-
SERVER-42602 Guarantee that unconditional step down will not happen due to slow node restarts in rollback_fuzzer_[un]clean_shutdowns suites.
- Closed