In SERVER-43149 and SERVER-43295, we updated a number of components that build indexes that have to be replicated to downstream nodes. There are still a few instances where we write a createIndexes oplog entry to the oplog without the corresponding startIndexBuild and commitIndexBuild oplog entries. These include:
- is depended on by
-
SERVER-43692 enable two phase index builds by default
- Closed
- is related to
-
SERVER-43149 replicated index builds on empty collections should emit startIndexBuild and commitIndexBuild oplog entries
- Closed
-
SERVER-43295 Secondaries should start index build on receiving startIndexBuild oplog entry
- Closed