Hello!

I have filed a ticket: https://issues.apache.org/jira/browse/IGNITE-13498

Regards,
-- 
Ilya Kasnacheev


пн, 28 сент. 2020 г. в 12:02, AravindJP <[email protected]>:

> We are seeing high number of exceptions after setting setTimeout() in
> ClientConfiguration
> any idea what's the reason for this ? 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)
>
> We set timeout as mentioned below
> ClientConfiguration cfg = new ClientConfiguration().setAddresses(IP:PORT);
> cfg.setTimeout(50);
> IgniteClient ignite = Ignition.startClient(cfg);
> ------------------------------
> Sent from the Apache Ignite Users mailing list archive
> <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com.
>

Reply via email to