[jboss-jira] [JBoss JIRA] (WFCORE-1446) EJB thread pool keepalive not honored and is not reusing inactive threads
Cheng Fang (Jira)
issues at jboss.org
Sun Jul 21 03:06:00 EDT 2019
[ https://issues.jboss.org/browse/WFCORE-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Cheng Fang reassigned WFCORE-1446:
----------------------------------
Assignee: Cheng Fang (was: Panagiotis Sotiropoulos)
> EJB thread pool keepalive not honored and is not reusing inactive threads
> -------------------------------------------------------------------------
>
> Key: WFCORE-1446
> URL: https://issues.jboss.org/browse/WFCORE-1446
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Brad Maxwell
> Assignee: Cheng Fang
> Priority: Major
>
> Copied description from BZ1255494 :
> Description of problem:
> It looks like the ejb3 subsystem thread pool configuration is hard coded to create an unbounded thread pool, where it it looks like max-threads = core-threads, and thus the threads will increase up to the max-threads configured and then remain there. The keep-alive setting which appears in many of the docs & default configurations is ineffective since max=core.
> ejb3/src/main/java/org/jboss/as/ejb3/subsystem/EJB3SubsystemRootResourceDefinition.java
> I tried defining a different thread pool in the threads subsystem and tried to reference it from the ejb3 subsystem, however it looks like the ejb3 subsystem only looks for thread pools configured in the ejb3 subsystem.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list