-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Upgrade/Downgrade
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2025-01-20, CAR Team 2025-02-03
The idl framework must generate feature flags of separate types depending on the value of the shouldBeFCVGated parameter:
- shouldBeFCVGated==true - the associated feature flag is FCV dependent and therefore should use FeatureFlagFCVGated type.
- shouldBeFCVGated==false - the feature flag is not FCV dependent and should utilize the FeatureFlagBinaryCompatible type.
Relatedly, distinct C++ classes must be introduced to represent those feature flags.
Therefore, separate classes based on the current implementation of the FeatureFlag type should be added, while preserving the exact same behaviour for both FeatureFlagFCVGated and FeatureFlagBinaryCompatible.
As a result, the underlying types will be swapped out, but the API will remain unchanged.
- has to be done before
-
SERVER-99351 Incorporate Operation FCV into the FCVGatedFeatureFlag API
-
- In Code Review
-
-
SERVER-99302 Refactor binary-compatible feature flags into a standalone API
-
- Closed
-
- is related to
-
SERVER-77838 Consider changing or removing shouldBeFCVGated parameter
-
- Open
-