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

db.createUser is getting hanged

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Admin
    • Labels:
      None
    • ALL

      While creating a user on mongodb, with version MongoDB server version: 4.0.10 db.create user is getting hanged. I am using below command for that

       

      dflux_stage:PRIMARY> db.createUser(
      ...    {
      ...      user: "dflux_admin_usr",
      ...      pwd: "Mypass",
      ...      roles: [ "readWrite", "dbAdmin" ]
      ...    }
      ... )
       

            Assignee:
            Unassigned Unassigned
            Reporter:
            lochanmarwaha@gmail.com Lochan Marwaha
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: