-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Using isEnabledUseLastLTSFCVWhenUninitialized() is more accurate (specifically if there's a feature flag that is enabled by default on the lastLTS FCV). See this doc for an explanation.
The goal of this ticket is to:
- Understand the impact of replacing calls to isVersionInitialized() && featureFlag.isEnabled() with isEnabledUseLastLTSFCVWhenUninitialized(). Since using isVersionInitialized() && featureFlag.isEnabled() is a general antipattern, the investigation should also incorporate prior versions.
- Explore a solution to ensure that new occurrences of the antipattern are not added to the codebase.
- Depending on the outcome of (1) & (2), do the actual replacement either as part of this ticket or a followup.
- is related to
-
SERVER-102892 Review the interaction of isVersionInitialized with Operation FCV
-
- Open
-