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

ASF subversion and git services commented on KARAF-6476:
--------------------------------------------------------

Commit 02ba6142666e92e9505285c4af90653dfaa3f5df in karaf's branch 
refs/heads/master from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=02ba614 ]

[KARAF-6476]ClassLoader and Memory leak


> ClassLoader and Memory leak
> ---------------------------
>
>                 Key: KARAF-6476
>                 URL: https://issues.apache.org/jira/browse/KARAF-6476
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.2.0
>            Reporter: J. Brébec
>            Assignee: Freeman Yue Fang
>            Priority: Major
>             Fix For: 4.3.0, 4.2.8
>
>
> I am experiencing huges memory leak when I install a feature which refresh a 
> lot of bundles.
> After analysing several heapdump, these leaks seem related to KARAF-5506 : 
> The class SecuredSessionFactoryImpl has a ThreadLocal<> serviceVisibleMap 
> referencing all services used by commands, and this map is not cleaned when a 
> service is removed (at least, I didn't see who is responsible to clean this 
> map)
> Every time a service changed, a new entry is added to this map. Moreover, if 
> a bundle is refresh, the classloader associated with the old bundle is keep 
> in memory because of this map



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to