-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
Execution Team 2024-03-18
The FeatureFlagUtil (jstests/libs/feature_flag_util.js) takes parameter names without the "featureFlag" prefix. If you use a name with the "featureFlag" prefix it will look for a flag called "featureFlagfeatureFlagYourFlag", which is not going to work. We should have the FeatureFlagUtil reject such names to reduce the chance of user error.
- is related to
-
SERVER-87663 Check ReduceMajorityWriteLatency in related jstests
- Closed
-
SERVER-84196 Use lastWritten instead of lastApplied to decide if a node can vote for an election candidate
- Closed
-
SERVER-85545 Use BatchedWriteContext in insertDocumentsAtomically
- Closed
-
SERVER-85723 Report lastWritten opTime and wallTime in replSetGetStatus
- Closed