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

db.killOp doesn't work right on mongos with authentication

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1.0
    • Affects Version/s: None
    • Component/s: Security, Sharding
    • None
    • ALL

      Run features3.js.

      That test spawns a separate shell process that runs a long-running query in an infinite loop that only breaks when the query throws an exception.

      The main test program then goes and kills that query with db.killOp(), which should cause an interrupted exception in the other shell process, causing it to terminate, but it doesn't. Because of this, when the main test program tries to join() with the child shell process, it waits forever and the test never terminates. Without authentication this works fine.

            Assignee:
            kristina Kristina Chodorow (Inactive)
            Reporter:
            spencer@mongodb.com Spencer Brody (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: