You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2010/07/20 15:47:51 UTC

[jira] Created: (CAY-1467) Shut down EventManager in WebApplicationContextFilter.destroy()

Shut down EventManager in WebApplicationContextFilter.destroy()
---------------------------------------------------------------

                 Key: CAY-1467
                 URL: https://issues.apache.org/jira/browse/CAY-1467
             Project: Cayenne
          Issue Type: Improvement
    Affects Versions: 3.0
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik
            Priority: Minor
             Fix For: 3.0.1


With Tomcat improved tracking of stray threads, we started getting reports like this one: http://markmail.org/message/3m2pxfunrfhzgxck about EventManager threads creating a possible memory leak on hot redeploy. This is a 3.0 problem only, as 3.1 handles it already. But we'll need to add EM shutdown call in WebApplicationContextFilter.destroy() (and also maybe in the ROP servlet)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CAY-1467) Shut down EventManager in WebApplicationContextFilter.destroy()

Posted by "Andrus Adamchik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-1467.
--------------------------------

    Resolution: Fixed

> Shut down EventManager in WebApplicationContextFilter.destroy()
> ---------------------------------------------------------------
>
>                 Key: CAY-1467
>                 URL: https://issues.apache.org/jira/browse/CAY-1467
>             Project: Cayenne
>          Issue Type: Improvement
>    Affects Versions: 3.0
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>            Priority: Minor
>             Fix For: 3.0.1
>
>
> With Tomcat improved tracking of stray threads, we started getting reports like this one: http://markmail.org/message/3m2pxfunrfhzgxck about EventManager threads creating a possible memory leak on hot redeploy. This is a 3.0 problem only, as 3.1 handles it already. But we'll need to add EM shutdown call in WebApplicationContextFilter.destroy() (and also maybe in the ROP servlet)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.