-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
v3.6
-
TIG 2018-1-15, TIG 2018-1-1, TIG 2017-12-18, TIG 2018-1-29
-
51
Currently, the rollback_test.js test fixture will await replication when calling transitionToRollbackOperations. If a node is in the middle of ROLLBACK, though, when this gets called, the awaitReplication call will ignore the node that is currently rolling back and return having checked 0 secondaries. It needs to properly wait for the ROLLBACK to occur, and for the node to fully transition to SECONDARY.
- duplicates
-
SERVER-31917 RollbackTest fixture should add more log messages describing the actions it is taking
- Closed