]
James Livingston commented on WFCORE-201:
-----------------------------------------
Any preference for adding a core-threads parameter (so schema change etc), or just setting
the executor's core-threads to 0?
UnboundedQueueThreadPool's keep-alive param is currently useless
----------------------------------------------------------------
Key: WFCORE-201
URL:
https://issues.jboss.org/browse/WFCORE-201
Project: WildFly Core
Issue Type: Bug
Affects Versions: 1.0.0.Alpha10
Reporter: James Livingston
UnboundedQueueThreadPoolService currently sets the number of core thread and the maximum
threads to the same value. As core threads are never removed, the keep-alive time
parameter is useless.
Either the core threads should be lowered (to 0?) to allow timeouts, or the keep-alive
parameter removed/deprecated.