You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergei Ryzhov (Jira)" <ji...@apache.org> on 2020/12/07 22:16:00 UTC

[jira] [Created] (IGNITE-13827) Deadlock when receiving ComputeTask result by IgniteClient.

Sergei Ryzhov created IGNITE-13827:
--------------------------------------

             Summary: Deadlock when receiving ComputeTask result by IgniteClient.
                 Key: IGNITE-13827
                 URL: https://issues.apache.org/jira/browse/IGNITE-13827
             Project: Ignite
          Issue Type: Bug
          Components: thin client
            Reporter: Sergei Ryzhov
            Assignee: Sergei Ryzhov


Deadlock when receiving ComputeTask result by IgniteClient.
when ComputeTask return a user object for example:
{code:java}
class TestVal(){
String val;
}
{code}

WA client.binary().toBinary(new TestVal());




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