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 2017/07/10 07:58:01 UTC

[jira] [Updated] (IGNITE-2237) GridFutureAdapter: simplify and optimize.

     [ https://issues.apache.org/jira/browse/IGNITE-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-2237:
------------------------------------
    Fix Version/s:     (was: 2.1)
                   2.2

> GridFutureAdapter: simplify and optimize.
> -----------------------------------------
>
>                 Key: IGNITE-2237
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2237
>             Project: Ignite
>          Issue Type: Task
>          Components: general
>    Affects Versions: ignite-1.4
>            Reporter: Vladimir Ozerov
>            Assignee: Yakov Zhdanov
>            Priority: Minor
>              Labels: performance
>             Fix For: 2.2
>
>
> The following ideas is to be evaluated:
> 1) "startTime" and "endTime" fields have virtually no value. They are used mostly for debug and tests.
> 2) "ignoreInterrupts" flag can be encapsulated into state.
> 3) "ArrayListener" concept looks overly complex. Looks like we do not need it at all -> array can be used directly.
> 4) Modern JDK futures do not use AQS anymore. Instead, they park/unpark directly and store waiters in a kind of compact stack. Need to think about it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)