Hello! I have seen such messages under heavy load on a large cluster.
My recommendation is to increase socketWriteTimeout to 5s on TcpCommunicationSpi. The default of 2s is too small, even smaller than TCP retransmit. Regards, -- Ilya Kasnacheev пн, 8 июл. 2019 г. в 15:38, siva <[email protected]>: > Sorry,don't i have pasted but it's did attached with message. > *Exception:* > > [07:16:22,681][SEVERE][grid-nio-worker-client-listener-3-#52%ServerNode%][ClientListenerProcessor] > Failed to process selector key [ses=GridSelectorNioSessionImpl > [worker=ByteBufferNioClientWorker [readBuf=java.nio.HeapByteBuffer[pos=0 > lim=8192 cap=8192], super=AbstractNioClientWorker [idx=3, bytesRcvd=0, > bytesSent=0, bytesRcvd0=0, bytesSent0=0, select=true, super=GridWorker > [name=grid-nio-worker-client-listener-3, igniteInstanceName=ServerNode, > finished=false, heartbeatTs=1562569764447, hashCode=117867960, > interrupted=false, > runner=grid-nio-worker-client-listener-3-#52%ServerNode%]]], writeBuf=null, > readBuf=null, inRecovery=null, outRecovery=null, super=GridNioSessionImpl > [locAddr=/173.16.4.13:10800, rmtAddr=/173.16.4.8:54238, > createTime=1562568311896, closeTime=0, bytesSent=112344, bytesRcvd=77846, > bytesSent0=0, bytesRcvd0=0, sndSchedTime=1562568800561, > lastSndTime=1562568800561, lastRcvTime=1562568798463, readsPaused=false, > filterChain=FilterChain[filters=[GridNioAsyncNotifyFilter, > GridNioCodecFilter [parser=ClientListenerBufferedParser, > directMode=false]], > accepted=true, markedForClose=false]]] > java.io.IOException: An existing connection was forcibly closed by the > remote host > at sun.nio.ch.SocketDispatcher.read0(Native Method) > at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) > at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) > at sun.nio.ch.IOUtil.read(IOUtil.java:197) > at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) > at > > org.apache.ignite.internal.util.nio.GridNioServer$ByteBufferNioClientWorker.processRead(GridNioServer.java:1120) > at > > org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized(GridNioServer.java:2386) > at > > org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal(GridNioServer.java:2153) > at > > org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body(GridNioServer.java:1794) > at > org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120) > at java.lang.Thread.run(Thread.java:748) > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
