You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/06/01 21:19:00 UTC

[jira] [Created] (IGNITE-13106) Java thin client: Race between response and notification for compute tasks

Aleksey Plekhanov created IGNITE-13106:
------------------------------------------

             Summary: 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


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)