-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2020-05-04
The read_operations_during_rollback.js test waits for us to hit a GetMoreHangBeforeReadLock failpoint here. It is possible this failpoint is triggered on a collection we don't expect (e.g. local.oplog.rs), causing us to continue erroneously, before this getMore command is hung. This causes this getMore to succeed, because we ended up starting the rollback before the getMore had started. We should make sure that the getMore command is hung on the right collection before proceeding.
- related to
-
SERVER-44068 Investigate the slowest sections of RollbackTest and remove any wasted downtime
- Closed