-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2024-01-08, CAR Team 2024-01-22
-
2
When it is needed to clean / rollback some phases of the create collection coordinator, what is used is this command that will broadcast a drop collection to every participant shard by the namespace.
This is not a good practice as we are potentially removing collections not created by the create collection command.
A safer way of doing that is by sending the drop collection with a uuid.
- is depended on by
-
SERVER-83386 Enable feature flag for new CreateCollectionCoordinator
- Closed