[jboss-jira] [JBoss JIRA] Resolved: (JBCACHE-990) PojoCache leaks memory

Jason T. Greene (JIRA) jira-events at lists.jboss.org
Fri Mar 2 20:57:20 EST 2007


     [ http://jira.jboss.com/jira/browse/JBCACHE-990?page=all ]

Jason T. Greene resolved JBCACHE-990.
-------------------------------------

    Resolution: Won't Fix

This is a usage problem. PojoCache creates internal nodes in /__JBossInternal__ which aren't cleared since PojoCache is bypassed for the bulk delete operation. So basically any object that has attach() called on it, can only be removed via the PojoCache detach method.

> PojoCache leaks memory
> ----------------------
>
>                 Key: JBCACHE-990
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-990
>             Project: JBoss Cache
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: PojoCache
>    Affects Versions: 2.0.0.ALPHA2, 2.0.0.BETA1
>            Reporter: Manik Surtani
>         Assigned To: Jason T. Greene
>            Priority: Critical
>             Fix For: 2.0.0.BETA2
>
>
> I've included the test from the forum thread into
> tests/perf/org/jboss/cache/manualtests/PojoCacheMemoryLeakTest.java - note that since this is in the "manualtests" package, it will not be run by cruise control.   
> When running from within my IDE, after about 8 loops it bombs with an OOME.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list