What OS do do you use? Is this delay observed only initially or can also be observed after leaving client idle after doing some work?
Can you please disable shared memory communication in case you use Linux or Mac - set org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi#setSharedMemoryPort to -1. Thanks! --Yakov 2016-07-13 11:57 GMT+03:00 tracel <[email protected]>: > After done some more testings, I have these findings so far: > > - The slow get() symptom only found when the client node and the server > node > are started on the SAME machine, I cannot reproduce the symptom when client > node and server node were started on their own machines. > > - The symptom seems to occur when the client idle for a while (from 3 to 10 > minutes) > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-to-troubleshoot-a-slow-client-node-get-tp6250p6259.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
