]
RH Bugzilla Integration commented on WFCORE-201:
------------------------------------------------
Brad Maxwell <bmaxwell(a)redhat.com> changed the Status of [bug
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
Assignee: Panagiotis Sotiropoulos
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.