-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.1.5
-
Component/s: Internal Code
-
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.