You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/02/08 09:01:41 UTC

[jira] [Updated] (CAMEL-10805) JettyHttpComponent does not stops created ans started QueuedThreadPool

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

Claus Ibsen updated CAMEL-10805:
--------------------------------
    Priority: Minor  (was: Major)

> JettyHttpComponent does not stops created ans started QueuedThreadPool
> ----------------------------------------------------------------------
>
>                 Key: CAMEL-10805
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10805
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jetty
>    Affects Versions: 2.16.1
>            Reporter: Anton
>            Priority: Minor
>
> *JettyHttpComponent* creates *QueuedThreadPool* instance in it's *connect(HttpConsumer)*, but does not stop/shuts down it neither in *disconnect(HttpConsumer)* nor in doStop().
> By default *QueuedThreadPool* operates with non-daemon threads (_daemon=false) and in case of gracefully shutdown, JVM will not be able to be stopped(process will still operates) due existence of these threads.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)