You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/10/19 13:59:05 UTC

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

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

Work on KARAF-4068 started by Jean-Baptiste Onofré.
---------------------------------------------------
> Memory leak in SessionFactoryImpl class
> ---------------------------------------
>
>                 Key: KARAF-4068
>                 URL: https://issues.apache.org/jira/browse/KARAF-4068
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    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
(v6.3.4#6332)