You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/10/11 17:05:00 UTC

[jira] [Created] (IGNITE-9860) Unreliable listener invocation order in GridDhtPartitionsExchangeFuture#onDone

Andrey Kuznetsov created IGNITE-9860:
----------------------------------------

             Summary: Unreliable listener invocation order in GridDhtPartitionsExchangeFuture#onDone
                 Key: IGNITE-9860
                 URL: https://issues.apache.org/jira/browse/IGNITE-9860
             Project: Ignite
          Issue Type: Bug
            Reporter: Andrey Kuznetsov
             Fix For: 2.8


Listener being added right before {{super.onDone()}} call is intended to be invoked earlier than all other listeners. There is a small probability of breaking this guarantee: some other thread can call {{listen()}} before future-completing thread enters {{super.onDone()}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)