You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2012/10/03 13:28:08 UTC

[jira] [Updated] (CAMEL-5677) Stopping and starting a seda consumer leaks a thread each time

     [ https://issues.apache.org/jira/browse/CAMEL-5677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey updated CAMEL-5677:
-----------------------------------

    Fix Version/s: 2.8.7
    
> Stopping and starting a seda consumer leaks a thread each time
> --------------------------------------------------------------
>
>                 Key: CAMEL-5677
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5677
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.8.7, 2.9.4, 2.11.0, 2.10.2
>
>
> Just did something like this:
>         for (int i = 0; i < 1000; i++) {
>             context.stopRoute("sedaToMock");
>             context.startRoute("sedaToMock");	        
>         }      
> and yeah, I had over 1000 threads in my JVM... not good :)

--
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