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: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to