]
Galder Zamarreño updated ISPN-5190:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.1.0.Final
Resolution: Done
DefaultExecutorService throws ISE if constructed with
ManagedExecutorService
----------------------------------------------------------------------------
Key: ISPN-5190
URL:
https://issues.jboss.org/browse/ISPN-5190
Project: Infinispan
Issue Type: Bug
Components: Distributed Execution and Map/Reduce
Affects Versions: 7.0.3.Final, 7.1.0.CR2
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 7.1.0.Final
ManagedExecutorService.isShutdown() always throws an IllegalStateException per section
3.1.6.1 "Java EE Product Provider Requirements" of the JEE concurrency
specification.
However, the DefaultCacheManager constructor always calls the isShutdown() method of the
delegate ExecutorService. This prevents DefaultExecutorService from being constructed
with a ManagedExecutorService.