Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
6.0.0, 6.0.1
-
None
-
None
-
Fully Compatible
-
ALL
-
Security 2022-09-05, Security 2022-09-19
Description
Currently, both getClusterParameter and setClusterParameter on 6.0 assert that featureFlagClusterWideConfig are enabled before running. featureFlagClusterWideConfig is enabled by default if FCV >= 6.0. In addition to checking that the feature flag is enabled, the commands should first check that FCV has been initialized so that the feature flag check is possible and makes sense.