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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)