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 logoutIt seems that a server-side logout not only causes invalidationexception (which will be dealt with soon), but also puts session fetchtransaction in deadlock. This commit fixed the deadlock.
Show less