The removeIndex calls inside of dropCollection are unexpected. One caller path drops through DatabaseImpl drops indexes before calling; while another depends on dropCollection also dropping indexes.
The removeIndex calls should be moved up a layer.
- is depended on by
-
SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the DurableCatlaog
- Closed