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

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

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

      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 Unassigned
            Reporter:
            mathias@mongodb.com Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: