Clone
Marcin Cieslak
committed
on 11 Sep 17
LDEV-4293 Prevent deadlock exceptions on logout
It seems that a server-side logout not only causes invalidation
exception (which will be dea… Show more
LDEV-4293 Prevent deadlock exceptions on logout

It seems that a server-side logout not only causes invalidation

exception (which will be dealt with soon), but also puts session fetch

transaction in deadlock. This commit fixed the deadlock. Show less