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

addUser crashing 2.4 mongod in mixed version replica set

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Security, Stability
    • ALL

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: