-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Sharding EMEA 2022-03-21
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
After the _configSetClusterParameter has been implemented in SERVER-62262, the mongos version of setClusterParameter should be implemented. This will complete support for setting cluster parameters on sharded clusters.
- Ensure that setClusterParameter can be run on mongos by any client with the setClusterParameter ActionType, just as it is permitted on replica set primaries.
- Validate the request by checking whether or not the parameter name corresponds to a valid cluster parameter and if the corresponding value matches the acceptable range.
- If so, run _configSetClusterParameter on the config primary node and proxy the reply back to the client.
- Write a multi-stage integration test that verifies the durability of setClusterParameter and getClusterParameter on sharded clusters across rolling restarts.
- is related to
-
SERVER-102004 [v7.0] Update last_lts_mongos_commands.js & last_lts_mongod_commands.js
-
- Closed
-