You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/10/18 18:36:58 UTC

[jira] [Created] (IGNITE-4093) Provide implementation of java.util.concurrent.CompletionService

Valentin Kulichenko created IGNITE-4093:
-------------------------------------------

             Summary: Provide implementation of java.util.concurrent.CompletionService
                 Key: IGNITE-4093
                 URL: https://issues.apache.org/jira/browse/IGNITE-4093
             Project: Ignite
          Issue Type: Improvement
          Components: general
    Affects Versions: 1.7
            Reporter: Valentin Kulichenko


Ignite provides the implementation of `ExecutorService`, but not `CompletionService`. There is `ExecutorCompletionService` in JDK, but it's implementation is weird and looks like there is no way to use it in distributed environment.

I suggest to create our own implementation of `CompletionService` that will execute closures in distributed fashion.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)