Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-68151

Add a required feature flag IDL parameter of "shouldBeFCVGated”

    • Replication
    • Fully Compatible
    • Repl 2023-04-17, Repl 2023-05-01

      Not all feature flags should be FCV gated, because FCV is only really usable for features that involve storage changes or inter-node protocol, and that can be locally checked on a mongod (never on a mongos).

      Because of this we should add a required feature flag IDL parameter of "shouldBeFCVGated”. If this is false, then the feature flag won’t require a version parameter, so the feature flag will only be gated based on whether it is enabled by default on that binary version.

            Assignee:
            huayu.ouyang@mongodb.com Huayu Ouyang
            Reporter:
            huayu.ouyang@mongodb.com Huayu Ouyang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: