[ 
https://issues.apache.org/jira/browse/IGNITE-13106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128390#comment-17128390
 ] 

Denis Garus commented on IGNITE-13106:
--------------------------------------

[~alex_pl] LGTM.
Thank you!

> Java thin client: Race between response and notification for compute tasks 
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-13106
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13106
>             Project: Ignite
>          Issue Type: Bug
>          Components: thin client
>    Affects Versions: 2.9
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Java thin client {{ClientCompute.execute()}} method can hang due to race 
> between processing of COMPUTE_TASK_EXECUTE response and COMPUTE_TASK_FINISHED 
> notification.
> These messages are strongly ordered on the server-side. But on the 
> client-side response and notification are processed by different threads. If 
> notification will be processed before response, task future will never be 
> completed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to