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

Claus Ibsen updated CAMEL-8177:
-------------------------------
    Description: 
See nabble
http://camel.465427.n5.nabble.com/ShutdownTask-thread-does-not-complete-tp5756412.html

If you suspend/resume or stop/start routes etc then the graceful shutdown is in 
use to handle that. And it uses a background thread to do this work. But once 
that thread was created it would stay around forever as the core pool size is 
1. But we should allow that thread to terminate.

  was:
See nabble


If you suspend/resume or stop/start routes etc then the graceful shutdown is in 
use to handle that. And it uses a background thread to do this work. But once 
that thread was created it would stay around forever as the core pool size is 
1. But we should allow that thread to terminate.


> Graceful shutdown - Should allow background thread to terminate
> ---------------------------------------------------------------
>
>                 Key: CAMEL-8177
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8177
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.13.3, 2.14.1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.13.4, 2.14.2, 2.15.0
>
>
> See nabble
> http://camel.465427.n5.nabble.com/ShutdownTask-thread-does-not-complete-tp5756412.html
> If you suspend/resume or stop/start routes etc then the graceful shutdown is 
> in use to handle that. And it uses a background thread to do this work. But 
> once that thread was created it would stay around forever as the core pool 
> size is 1. But we should allow that thread to terminate.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to