You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/12/16 02:46:13 UTC

[jira] [Commented] (TAP5-1983) PerThreadManager does not cleanup on shutdown, can lead to memory leaks when application redeployed

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

Hudson commented on TAP5-1983:
------------------------------

Integrated in tapestry-trunk-freestyle #977 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/977/])
    TAP5-1983: PerThreadManager does not cleanup on shutdown, can lead to memory leaks when application redeployed (Revision c562186a30ab1bf774033106801edbea09c32c7e)

     Result = FAILURE
hlship : 
Files : 
* tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/PerthreadManagerImpl.java
* tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/RegistryImpl.java

                
> PerThreadManager does not cleanup on shutdown, can lead to memory leaks when application redeployed
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1983
>                 URL: https://issues.apache.org/jira/browse/TAP5-1983
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>              Labels: fixed-in-5.4-js-rewrite
>             Fix For: 5.3.5, 5.4
>
>
> As reported on the mailing list:
> On Sun, Aug 5, 2012 at 1:25 AM, petr.charvat <pe...@jpower8.cz> wrote:
> > My application uses tapestry 5.3.4 and I deploy it on Tomcat 6.0.35.
> > The internal tomcat listener JreMemoryLeakPreventionListener write to
> > console this message after undeploy/redeploy my application.
> >
> > 5.8.2012 9:23:18 org.apache.catalina.loader.WebappClassLoader
> > clearThreadLocalMap
> > SEVERE: The web application [/FitSoftware] created a ThreadLocal with key of
> > type
> > [org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl.MapHolder]
> > (value
> > [org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl$MapHolder@64efc9fb])
> > and a value of type [java.util.HashMap] (value [{1=DEFINED, 2=DEFINED,
> > 3=DEFINED, 4=DEFINED, 5=DEFINED, 6=DEFINED, 7=DEFINED, 8=DEFINED, 9=DEFINED,
> > 10=DEFINED, 11=DEFINED}]) but failed to remove it when the web application
> > was stopped. This is very likely to create a memory leak.
> >
> > From the memory dump it seems, that GC can't remove previous version of the
> > application and after several redeploys permspace is gone.
> This does look like a bug, with a pretty easy fix.
> >
> > Is the message from tomcat memory leak detector relevant? What does the
> > value 1=DEFINED means?
> > Thanks for answer.
> Tapestry uses this class to manage a per-thread HashMap; the values in
> the HashMap are anything that Tapestry needs to track on a per-thread
> (not global) basis; including the values of page and component fields,
> and lots more besides.  The key is an arbitrarily assigned Integer; it
> has no specific meaning.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira