-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
v8.0, v7.3, v7.2, v7.1, v7.0
-
2
Cluster parameters are persisted by all shards of the cluster and by the config server as well. Specifically, these are stored into the clusterParameters collection of the config database.
The goal of this task is to implement a consistency check to verify that the cluster parameter configuration is consistent across all nodes where it is persisted. The check procedure must be synchronized with the setClusterParameter command by locking the _kShardMembershipLock mutex in exclusive mode.
Currently the goal is to check the consistency of the persisted configuration on disk. Subsequently it will be evaluated whether and how to extend the check to the one in memory as well.
- is depended on by
-
SERVER-69015 Add cluster parameter consistency checks to ShardingTest
- Blocked