You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/12/22 16:05:46 UTC

[jira] [Created] (IGNITE-2236) Simplify GridCompoundFuture.

Vladimir Ozerov created IGNITE-2236:
---------------------------------------

             Summary: Simplify GridCompoundFuture.
                 Key: IGNITE-2236
                 URL: https://issues.apache.org/jira/browse/IGNITE-2236
             Project: Ignite
          Issue Type: Sub-task
          Components: general
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
            Priority: Critical
             Fix For: 1.6


Compount future is integral part of Ignite async/reactive design. However, it seems to be too heavy and inefficient. Need to evaluate possible ways to simplify and optimzie it. 

Particularly, the following methods generate a lot garbage:
1) <init>
2) add
3) Listener.apply()

But much more things could be improved here.



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