-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 8.0.0-rc0, 8.1.0-rc0
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v8.0, v7.0, v6.0
-
CAR Team 2024-09-16
-
0
The removeShard util function does not ignore the HostUnreachable error when a shard is removed.
This error can be returned by the mongos when the test is executed under a config stepdown suite, therefore, we need to ignore HostUnreachable error for this suite.
- causes
-
SERVER-95054 Retry HostUnreachable error upon removeShard call for config stepdown suites
- Closed