-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
None
-
Fully Compatible
In instance.cpp:
receivedInsert() should call into createIndexes command logic.
checkAndInsert() should fassert if it is called to insert into system.indexes.
Note: in batch_executor.cpp, singleCreateIndex() needs a similar modification. The error handling is different than for receivedInsert() but the rest of the logic should be the same.
- related to
-
SERVER-16930 remove unnecessary fatal assertion when building multiple indexes concurrently via system.indexes writes
- Closed