-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
33
The RollbackTest fixture runs serverStatus against a node to see whether it supports majority reads or not. At this point in the test, though, that node may be in the middle of rollback which will cause the command to fail. We should run this serverStatus command at an earlier point in the test when we are sure the node will be in a steady state and not in rollback.
- related to
-
SERVER-37390 RollbackTestFixture doesn't need to wait for a new primary if it didn't shut down the current primary
- Closed