You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/02 15:47:02 UTC

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

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

Maxim Muzafarov updated IGNITE-9860:
------------------------------------
    Fix Version/s:     (was: 2.8)

> 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
>            Priority: Minor
>
> 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
(v8.3.4#803005)