You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "fss.coc" <fs...@gmail.com> on 2016/02/11 22:06:31 UTC

Memory Leak OnExceptionDefinition

LeakOfMemory.java
<http://camel.465427.n5.nabble.com/file/n5777618/LeakOfMemory.java>  

A memory leak related to the fragment:

onException (Exception.class) .handled (true) .to ("direct: routeError");

When creating routes 3000 and 3000 remove routes and take a memory dump, we
still have the memory of 3000 instances
org.apache.camel.model.OnExceptionDefinition





--
View this message in context: http://camel.465427.n5.nabble.com/Memory-Leak-OnExceptionDefinition-tp5777618.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Memory Leak OnExceptionDefinition

Posted by "fss.coc" <fs...@gmail.com>.
Someone can help me?



--
View this message in context: http://camel.465427.n5.nabble.com/Memory-Leak-OnExceptionDefinition-tp5777618p5779285.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Memory Leak OnExceptionDefinition

Posted by "fss.coc" <fs...@gmail.com>.
Even by setting the setRouteScoped property (true) leak memory still exists.



--
View this message in context: http://camel.465427.n5.nabble.com/Memory-Leak-OnExceptionDefinition-tp5777618p5777621.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Memory Leak OnExceptionDefinition

Posted by "fss.coc" <fs...@gmail.com>.
DefaultManagementLifecycleStrategy class can not remove OnException
Definition because it is not associated with any route.



--
View this message in context: http://camel.465427.n5.nabble.com/Memory-Leak-OnExceptionDefinition-tp5777618p5777619.html
Sent from the Camel - Users mailing list archive at Nabble.com.