-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding EMEA 2022-04-04, Sharding EMEA 2022-04-18
-
151
When adding a new shard to a cluster, the configsvr should push the clusterParameters onto the newly added shard. This should be done during the _configsvrAddShard procedure, before the new shard has become a member of the cluster.
This ticket should also ensure that SetClusterParameterCoordinator serializes with add/remove shard when propagating new parameter values to the shards. This is needed to avoid situations where due to a concurrently added shard, SetClusterParameterCoordinator would miss propagating the new parameter to that new shard.
- is depended on by
-
SERVER-65386 Change addShard behavior to keep cluster parameters of the first shard
- Closed