SessionCatalogMigrationDestination checks out sessions and later in its execution will acquire the RSTL lock. However, the its operation contexts are not marked as interruptable on stepdown. This can cause deadlocks.
Its opCtxs should be made interruptible on stepdown.
- related to
-
SERVER-60161 Deadlock between config server stepdown and _configsvrRenameCollectionMetadata command
- Closed