Lock Free Reads will create multiple Collection instances while taking shallow copies of the IndexCatalogEntry objects. An IndexCatalogEntry contains an IndexDescriptor, which stashes a Collection*. This pointer will no longer be correct in a world of several Collection instances for a collection.
- is depended on by
-
SERVER-47647 Duplicate key error message has incorrect namespace after rename
- Closed