-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Execution Team 2024-11-11, Execution Team 2024-11-25
https://github.com/10gen/mongo/blob/master/jstests/noPassthrough/index_builds/initial_sync_crash_while_bulk_building_indexes.js fails when run with the fix in SERVER-92710, due to not expecting the new failure being emitted when the _id index is missing (this failure does not occur previously because writes during this are all untimestamped). We need to avoid rebuilding the index in this case before we can repush SERVER-92710
- is depended on by
-
SERVER-92710 Report an error if an _id index is missing at startup rather than failing to build it
- Blocked