When applyOps is provided an insert operation into the system.indexes namespace for a background index, the command does not validate the index spec before handing off the index spec to a background thread to build the index. This could lead to an error in the background thread as it tries to initialize the MultiIndexBlock object.
- is related to
-
SERVER-28594 non-atomic applyOps should log each individual op
- Closed
-
SERVER-36944 applyOps does not permit unknown field names when creating a v:1 index
- Closed