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

Calls to `killSessionsAction` will fail to kill all sessions if one is already killed

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.7
    • Affects Version/s: 4.1.5
    • Component/s: Internal Code
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Sharding 2018-12-03, Sharding 2018-12-17
    • 67

      The sessions kill API was designed so that subsequent attempts to kill a session will throw ConflictingOperationInProgress exception, until checkoutSessionForKill is called.

      This causes problems for attempts to kill sessions using the killSessionsAction call, because it will fail at the first session, which is double killed.

            Assignee:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Reporter:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: