-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2025-02-17
MigrationSourceManager takes a CSR lock and then calls checkCollectionIdentity, which takes a CSR lock again.
After SERVER-90798 the CSR is not reentrant anymore, so this will deadlock. We should pass the Coll and CSR locks to checkCollectionIdentity instead of letting it take them again.
- related to
-
SERVER-90798 Replace CollectionShardingRuntime and DatabaseShardingState use of interruptible ResourceMutex
-
- Closed
-