-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Sharding EMEA
-
Fully Compatible
-
Sharding EMEA 2023-09-04
The ConfigsvrCollMod command currently is marked as supporting retryable writes (here).
However, if that command is called with retryWrites:true, the config server could end up in a deadlock due to SERVER-77633.
Currently, there is no one calling ConfigsvrCollMod with retryWrites:true, that's why this is not actually a bug.
The purpose of this ticket is to remove the support for retryable writes on that command to avoid its future use.
- related to
-
SERVER-77633 Calling withTransaction with a checked out session may end up in a deadlock (on stepdown)
- Closed