addUser crashing 2.4 mongod in mixed version replica set

XMLWordPrintableJSON

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

      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:
            Andy Schwerin
            Reporter:
            Adinoyi Omuya
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: