50ms isn’t very long. I’d recommend at least a few seconds, maybe 5000 rather 
than 50.

Regards,
Stephen

> On 28 Sep 2020, at 10:01, AravindJP <aravin...@gmail.com> wrote:
> 
> 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