Paul Ferraro created JGRP-2246:
----------------------------------
Summary: Internal thread pool not created if default thread pool is injected
Key: JGRP-2246
URL:
https://issues.jboss.org/browse/JGRP-2246
Project: JGroups
Issue Type: Bug
Affects Versions: 4.0.9
Reporter: Paul Ferraro
Assignee: Bela Ban
WildFly injects a custom thread pool into its JGroups transports. However, in JGroups
4.0.x, only the default thread pool exposes a setThreadPool(...) method. The internal
thread pool does not. However, the logic within TP.init() will not create an internal
thread pool if the default thread pool already exists (and is not shutdown), which is the
case in WildFly.
Can we restore the TP.setInternalThreadPool(...) method?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)