The TimestampIndexBuilds<true> test case in the StorageTimestampTests dbtest suite fails on this IndexBuildsCoordinator invariant when resumable index builds are enabled. The underlying error embedded in the invariant message is a ReadConcernMajorityNotAvailableYet error from the WiredTigerSnapshotManager.
The underlying issue may be related to changes to the collection scan phase introduced in SERVER-48476.
This has to be resolved before resumable index builds can be enabled by default in SERVER-49847.
- is related to
-
SERVER-50360 ValidateStateTest::OpenCursorsOnAllIndexes fails when resumable index builds are enabled
- Closed
-
SERVER-48476 resumable index build should use majority read cursor for collection scan
- Closed
-
SERVER-49847 Turn on resumable index build feature by default
- Closed