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

addUser crashing 2.4 mongod in mixed version replica set

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Security, Stability
    • Labels:
    • ALL

      Not sure if this is expected behavior but to reproduce, start a mixed version replica set with a 2.5.x primary and 2.4 secondar[y/ies]. After initiating the replica set, run the following on the primary.

      db.addUser({user:"root",pwd:"root",roles:[{role:"root",db:"admin"}]})

      or

      db.createUser({user:"root",pwd:"root",roles:[{role:"root",db:"admin"}]})

      in enterprise builds.
      The 2.4 mongod(s) crash.

            Assignee:
            schwerin@mongodb.com Andy Schwerin
            Reporter:
            adinoyi.omuya@mongodb.com Adinoyi Omuya
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: