[infinispan-issues] [JBoss JIRA] (ISPN-5190) DefaultExecutorService throws ISE if constructed with ManagedExecutorService
Paul Ferraro (JIRA)
issues at jboss.org
Wed Jan 28 05:21:49 EST 2015
Paul Ferraro created ISPN-5190:
----------------------------------
Summary: 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.1.0.CR2, 7.0.3.Final
Reporter: Paul Ferraro
ManagedExecutorService.isShutdown() always throws an IllegalStateException per section 3.1.6.1 "Java EE Product Provider Requirements" 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.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the infinispan-issues
mailing list