-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
The flags for upgradeBackCompat and downgradeBackCompat are set on serverGlobalParams when parsing mongod_options and on mongosGlobalParams when parsing mongos_options.
We need to reference the flags generically from code in mongo/db/pipeline, regardless of whether we're on mongos or mongod, but mongos_options cannot be accessed outside the mongo/s directory.
- is related to
-
SERVER-86757 Only generate search meta pipeline when it will be used
- Closed