GitHub user aealeksandrov opened a pull request:
https://github.com/apache/ignite/pull/5658
IGNITE-10657: ctx.security().onSessionExpired method is now called onâ¦
⦠thin clients disconnect.
At the moment all classes that implement
ClientListenerAbstractConnectionContext don't call the
ctx.security().onSessionExpired(subjid) on disconect.
It provides the leaking of the memory related to resources that were
generated during authentification.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10657
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5658.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5658
----
commit a169c338b4fd8b183b1f9489d312bf7e07fefcfd
Author: Andrei Aleksandrov <aealexsandrov@...>
Date: 2018-12-12T19:38:06Z
IGNITE-10657: ctx.security().onSessionExpired method is now called on thin
clients disconnects.
----
---