-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
CAR Team 2024-06-24
In some tests we perform removeShard/addShard operations, with the same shard being removed first and re-added later.
This can lead to issues, since a shard that was re-added can become "visible" to some pending operation, before the given addShard completes.
One such failure could be seen in BF-33741.
The goal of this ticket is to ensure that when adding a shard to the cluster, we add a fresh shard with a unique hostname/port [preferred solution, other solutions tbd].
- duplicates
-
SERVER-91851 Shards must not serve some commands if not fully added to a cluster
- Open