[ 
https://issues.apache.org/jira/browse/IGNITE-10657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16719482#comment-16719482
 ] 

ASF GitHub Bot commented on IGNITE-10657:
-----------------------------------------

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.

----


> Thin clients (ODBC, JDBC, Java) should call 
> ctx.security().onSessionExpired(subjid) on disconnect to avoid the possible 
> leaking of the memory
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-10657
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10657
>             Project: Ignite
>          Issue Type: Bug
>          Components: thin client
>    Affects Versions: 2.7
>            Reporter: Andrey Aleksandrov
>            Assignee: Andrey Aleksandrov
>            Priority: Major
>             Fix For: 2.8
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to