SERVER-61887 introduced the insertion of an oplog entry into the CreateCollectionCoordinator when the DDL operation gets committed into the config server: nevertheless, if the _commit() function gets interrupted by a stepdown event just before or during the execution of notifyChangeStreamsOnShardCollection(), it is possible to complete shardCollection() without ever emitting such oplog entry.
- is duplicated by
-
SERVER-72277 _collectionUUID should be initialised before dereferenced in create_collection_coordinator
- Closed