You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Martin Krüger (JIRA)" <ji...@apache.org> on 2018/12/17 08:05:00 UTC

[jira] [Closed] (KARAF-4068) Memory leak in SessionFactoryImpl class

     [ https://issues.apache.org/jira/browse/KARAF-4068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Krüger closed KARAF-4068.
--------------------------------

> Memory leak in SessionFactoryImpl class
> ---------------------------------------
>
>                 Key: KARAF-4068
>                 URL: https://issues.apache.org/jira/browse/KARAF-4068
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.0.2
>            Reporter: Martin Krüger
>            Assignee: Jean-Baptiste Onofré
>            Priority: Blocker
>             Fix For: 4.0.3
>
>         Attachments: 0001-KARAF-4068-Remove-unused-list-of-sessions.patch
>
>
> In SessionFactoryImpl there is a list which tracks the created sessions. But nowhere in the code the sessions are removed from the list again. Also there is no use for those sessions as far as I can see (the class is not exported and the variable seems not to be used in the package).
> The proposed fix to that particular problem would be to remove the list.



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