MSM modifies the _state outside the collection lock and updates the decorator inside the lock. So, when _cleanup gets run it is possible to have _state != created and decorator to be nullptr.
- is related to
-
SERVER-39091 startClone can trigger invariant failure on error
- Closed