You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by aealeksandrov <gi...@git.apache.org> on 2018/12/12 21:54:21 UTC

[GitHub] ignite pull request #5658: IGNITE-10657: ctx.security().onSessionExpired met...

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 <ae...@...>
Date:   2018-12-12T19:38:06Z

    IGNITE-10657: ctx.security().onSessionExpired method is now called on thin clients disconnects.

----


---

[GitHub] ignite pull request #5658: IGNITE-10657: ctx.security().onSessionExpired met...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/5658


---