-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance, Storage
-
None
-
Fully Compatible
-
ALL
-
Repl 2018-04-23
-
13
At startup, all unfinished indexes are rebuilt. However, the code rebuilds them one index at a time.
If there are multiple unfinished indexes `checkUnfinished` will return an error, that in this case, crashes the server.
Alternatively, the index rebuilding code for opening the catalog rebuilds all indexes simultaneously.
- is depended on by
-
SERVER-34075 powercycle_replication* must run replication recovery to observe canary documents
- Closed
- related to
-
SERVER-92921 missing index build upon restart in standalone mode in index_build_restart_standalone.js
- Closed