[infinispan-issues] [JBoss JIRA] (ISPN-7125) Broken implementation (DistributedExecutionCompletionService) of CompletionService in Infinispan

mohammad nadeem (JIRA) issues at jboss.org
Wed Oct 19 00:19:00 EDT 2016


mohammad nadeem created ISPN-7125:
-------------------------------------

             Summary: Broken implementation (DistributedExecutionCompletionService) of CompletionService in Infinispan
                 Key: ISPN-7125
                 URL: https://issues.jboss.org/browse/ISPN-7125
             Project: Infinispan
          Issue Type: Bug
            Reporter: mohammad nadeem


Infinispan has provided an implementation of `java.util.concurrent.CompletionService<V>` `org.infinispan.distexec.DistributedExecutionCompletionService<V>`, However this is broken, as the underlying blocking queue is non-distributed, the moment the node goes down (In which the queue resides), all the content of the nodes would be gone... further this queue is not shared with all the other nodes in the cluster..

And hence a truly distributed blocking queue implementation is required..



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list