Ravi Shankar Nori created WFLY-9342:
---------------------------------------
Summary: managed-executor-service does not create more than core-threads
Key: WFLY-9342
URL:
https://issues.jboss.org/browse/WFLY-9342
Project: WildFly
Issue Type: Bug
Components: EE
Affects Versions: 11.0.0.CR1
Environment: Fedora 25
Reporter: Ravi Shankar Nori
<managed-executor-service
name="commandCoordinator"
jndi-name="java:jboss/ee/concurrency/executor/commandCoordinator"
core-threads="1"
max-threads="10"
queue-length="1000"
/>
Creates only one executable thread, does not create additional threads when new tasks are
submitted.
Expected result: When new tasks are submitted more threads should be created capped by
max-threads.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)