[
https://issues.apache.org/jira/browse/IGNITE-10657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Aleksandrov updated IGNITE-10657:
----------------------------------------
Description:
At the moment all classes that implement
ClientListenerAbstractConnectionContext don't call the
ctx.security().onSessionExpired(subjid) in disconect.
It provides the leaking of the memory related to resources that were generated
during authentification.
was:
At the moment all classes that implement
ClientListenerAbstractConnectionContext doesn't call the
ctx.security().onSessionExpired(subjid) in disconect.
It provides the leaking of the memory related to resources that were generated
during authentification.
> 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) in 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)