Blueprint container can appear to loose memory when frequently restarted
------------------------------------------------------------------------

                 Key: ARIES-696
                 URL: https://issues.apache.org/jira/browse/ARIES-696
             Project: Aries
          Issue Type: Bug
          Components: Blueprint
            Reporter: Valentin Mahrwald
            Priority: Minor


This is not a memory leak per se in that the memory claimed will eventually be 
freed. However, in some situations that only occurs after the JVM has actually 
run out of memory :)

The problem is that ScheduledExecutors by default hang on to scheduled futures 
*even* if they have been cancelled. Which means whole Blueprint containers can 
be kept alive after they have been destroyed ...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to