]
Bela Ban resolved JGRP-2114.
----------------------------
Resolution: Done
TP.setThreadPool() does not set thread pool in timer
----------------------------------------------------
Key: JGRP-2114
URL:
https://issues.jboss.org/browse/JGRP-2114
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 4.0
When setting a custom thread pool in TP via {{setThreadPool()}}, the thread pool used by
the timer still has a ref to the old thread pool, which was shut down when setting the new
thread pool.
Solution: make {{setThreadPool()}} also set the new pool in the timer.