On 06.07.15 17:06, Tim Cronin wrote:
> I added the following before calling the composite cache shutdown.
> this should be called via the composite cache shutdown code i think
>
> ThreadPoolManager poolMgr = ThreadPoolManager.getInstance();
>
> for(String poolName : poolMgr.getPoolNames()) {
> try {
> poolMgr.getPool(poolName).shutdown();
> } catch (Throwable t) {
> LOGGER.warn("Failed to close pool " + poolName, t);
> }
> }
Thank you for your contributions I'll try to take care of these.
Please not that these problems also have been present in 1.3.
Bye, Thomas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]