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

[jira] [Created] (IGNITE-13498) Thin client throws "unexpected response id" when timeout is too small

Ilya Kasnacheev created IGNITE-13498:
----------------------------------------

             Summary: Thin client throws "unexpected response id" when timeout is too small
                 Key: IGNITE-13498
                 URL: https://issues.apache.org/jira/browse/IGNITE-13498
             Project: Ignite
          Issue Type: Bug
          Components: thin client
    Affects Versions: 2.8.1
            Reporter: Ilya Kasnacheev


Reportedly, if you set Java thin client timeout to 50 (ms), it will start throwing the following exceptions:

{code}
Exception: Unexpected response ID [3630521808404506928], [5259] was expected    
at org.apache.ignite.internal.client.thin.TcpClientChannel.receive(TcpClientChannel.java:160)  
at org.apache.ignite.internal.client.thin.ReliableChannel.service(ReliableChannel.java:126)
at org.apache.ignite.internal.client.thin.TcpClientCache.getAll(TcpClientCache.java:165)   
{code}

It is expected that it will throw timeout exceptions instead.



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