-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 8.1.0-rc0, 8.0.0-rc13
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v8.0
-
CAR Team 2024-07-22, CAR Team 2024-08-05
-
0
The problematic line of code is this one where we are creating a set from an int value.
We should fix using:
in set([<int>])
or
in [<int>]
- is caused by
-
SERVER-91833 Post removeShard checks should account for Interrupted errors
- Closed