[jboss-jira] [JBoss JIRA] (WFLY-13177) ManagedExecutorService: Wrong activeRequestCount at RequestController on RejectedExecutionException

Ivo Studensky (Jira) issues at jboss.org
Wed Jul 8 05:29:35 EDT 2020


     [ https://issues.redhat.com/browse/WFLY-13177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivo Studensky reassigned WFLY-13177:
------------------------------------

    Assignee: Ivo Studensky  (was: Eduardo Martins)


> ManagedExecutorService: Wrong activeRequestCount at RequestController on RejectedExecutionException
> ---------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-13177
>                 URL: https://issues.redhat.com/browse/WFLY-13177
>             Project: WildFly
>          Issue Type: Bug
>          Components: Concurrency Utilities
>    Affects Versions: 13.0.0.Final, 16.0.0.Final
>            Reporter: Guido Jäkel
>            Assignee: Ivo Studensky
>            Priority: Critical
>             Fix For: 21.0.0.Beta1
>
>
> On WF-13 and WF-16 we observe a serious bug of the RequestCount of the RequestController while using ManagedExecutorService.submit() or ...execute() in the edge case of a full queue. In this case, the caller gets a RejectedExecutionException, but in the RequestController, the number of active requests is erroneously incremented.
> This will lead to a false and monotonously increasing number of active requests. And in case of a limitation configured by the maxRequestCount feature, which is best practice for production environments, over the time this will lead to deadlock of the RequestController and herewith the complete activity of the Wildfly at all.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the jboss-jira mailing list