You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2017/04/11 20:59:42 UTC

[jira] [Updated] (ARTEMIS-1078) Thread pool executor occasionally misses to create a new thread

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

clebert suconic updated ARTEMIS-1078:
-------------------------------------
    Affects Version/s: 2.0.0
        Fix Version/s: 2.next

> Thread pool executor occasionally misses to create a new thread
> ---------------------------------------------------------------
>
>                 Key: ARTEMIS-1078
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1078
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.5.2, 2.0.0
>            Reporter: Bernd Gutjahr
>             Fix For: 1.5.5, 2.next
>
>
> The thread pool executor class ActiveMQThreadPoolExecutor occasionally misses to create a new thread. This happens if a thread for another task has just been created but not yet started to work on its task. If that first task runs for a long time, the new task will be deferred until the first task has completed.
> In our case, the occasionally blocked HA backup failover, when the failover-handler was not run because an infinetely looping client connection reconnect task blocked the thread. 



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