[
https://issues.apache.org/jira/browse/IGNITE-4681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15890626#comment-15890626
]
ASF GitHub Bot commented on IGNITE-4681:
----------------------------------------
GitHub user gvvinblade opened a pull request:
https://github.com/apache/ignite/pull/1584
IGNITE-4681
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-4681
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1584.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1584
----
----
> Apply new future adapter
> ------------------------
>
> Key: IGNITE-4681
> URL: https://issues.apache.org/jira/browse/IGNITE-4681
> Project: Ignite
> Issue Type: Improvement
> Reporter: Yakov Zhdanov
> Assignee: Yakov Zhdanov
> Fix For: 2.0
>
> Attachments: GridFutAdapter over jdk8.java
>
>
> Attached is reference future adapter implementation. It is proven to consume
> less memory and it does not require explicit locking on listen(). We need to
> apply it.
> Known threats:
> # if future is completed normally, but with Throwable as result, get() throws
> exception. This can be fixed with internal wrapper class
> # listener notification order changes - this is known to cause problems
> org.apache.ignite.internal.processors.rest.ClientMemcachedProtocolSelfTest#testGetBulk
> which is minor but still.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)