-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
ALL
-
Repl 2024-03-18
In jstests, there is no "featureFlag" prefix, so it should be FeatureFlagUtil.isPresentAndEnabled(primary, "ReduceMajorityWriteLatency") rather than FeatureFlagUtil.isPresentAndEnabled(primary, "featureFlagReduceMajorityWriteLatency") . The latter will always give you false.
- related to
-
SERVER-87569 Add a check to FeatureFlagUtil.getStatus() to catch incorrect usage
- Closed