StorageInterface's dropCollection, mainly used by the old two-phase drop, still takes DB X lock. However, after the collection catalog changes, it should only need to take a Database IX lock and a collection X lock.
- is related to
-
SERVER-39520 Only use collection MODE_X locks for collection drops
- Closed