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

enableMajorityReadConcern option cannot be disabled if specified

    • Fully Compatible
    • ALL
    • Repl 10 (02/19/16)

          if (params.count("replication.enableMajorityReadConcern")) {
              replSettings.setMajorityReadConcernEnabled(true);
          }
      

      This code should be using the value of the parameter to call setMajorityReadConcernEnabled, not a hardcoded "true".
      Right now, if you specify {replication

      {enableMajorityReadConcern:false}

      } in a config file, it actually turns the option on.

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            milkie@mongodb.com Eric Milkie
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: