Make it easier to manually start a mongod with all feature flags enabled.

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Replication
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Right now running mongod with all feature flags is a bit kafkaesque. First you need to run some script to extract the list of every feature flag to a file. Then that file is post-processed to either generate a config file or a massive list of --setParameter=featureFlagFoo=true arguments to pass to the server. That isn't really friendly for a human to run. Ideally the server could just take a single flag like --allFeatureFlags. This would simplify locally reproducing failures that only happen in our all-feature-flags variants.

            Assignee:
            Unassigned
            Reporter:
            Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: