-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2024-10-28, CAR Team 2024-11-11, CAR Team 2024-11-25
-
200
-
1
In sharding_ddl_util::sendAuthenticatedCommandToShards we wait for responses from all shards but we do so without passing in an Interruptible. We should pass the opCtx into the getNoThrow call so that it is interrrupted when a step down happens and the opCtx is interrupted.