-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2020-05-04
Some tests create their own ReplSetTest and pass it in to be used by a RollbackTest instance. If they don't enable the 'setSmallOplogGetMoreMaxTimeMS' failpoint on replica set nodes, it can make RollbackTest execution very slow, due to the problem described in SERVER-45400. We should have these tests enable this failpoint and/or require that it is enabled for a ReplSetTest that is passed in to RollbackTest.
- related to
-
SERVER-44068 Investigate the slowest sections of RollbackTest and remove any wasted downtime
- Closed