SERVER-47802 postponed the destruction of operations in ServiceStateMachine. This can potentially cause issues for retry-able operations, where a new operation uses the same operation key as the detached operation (which is yet to be destroyed).
We should release the operation key inside killAndDelistOperation() to avoid such incidents.
- is related to
-
SERVER-47802 Destroy opCtx after responding to clients
- Closed