The drop operation on a collection with the name starting with system. gets stuck.
This is bug introduced in in 7.0.0-rc0 version by SERVER-70831. Previously, the operation would fail saying that that a system collection cannot be dropped.
The goal of this ticket is to restore the previous behavior by checking the collection name as part of the precondition checks of the coordinator.
- is depended on by
-
SERVER-76936 Normalize error handling in case of non-droppable collections
- Closed