-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
CAR Team 2024-04-01
-
63
SERVER-82034 added some checks to feature flags in jstests/libs/ftdc,js, which cause test failures on multiversion tests as seen in BF-32270. At the very least, featureFlagEmbeddedRouter definitely should use isPresentAndEnabled instead of isEnabled since it wasn't defined in 7.0 (I believe it had existed but under a different name). Additionally investigate featureFlagMultiserviceFTDCSchema as a candidate to use isPresentAndEnabled, whose check was also introduced in SERVER-82034.
- is fixed by
-
SERVER-87468 Create a new feature flag protecting new FTDC schema and LOG format
- Closed