The DatabaseImpl::isDroppableCollection function checks if the namespace complies with naming restrictions and therefore can be dropped. In the event of an error, in some cases it returns a Status in others it throws an exception.
Goal of this ticket if to normalize these error cases taking into account any implications on how callers behave in case of error.
- depends on
-
SERVER-76744 Drop command must fail on system collections
- Closed