We see this message logged in our logs from time to time. Is this a potential
issue with one of the nodes?
[tcp-disco-sock-reader-#41%DataGridServer-Staging%] ERROR
(Log4JLogger.java:495) Failed to initialize connection
[sock=Socket[addr=/10.22.50.193,port=35612,localport=47501]]
class org.apache.ignite.spi.IgniteSpiOperationTimeoutException: Network
operation timed out. Increase 'failureDetectionTimeout' configuration
property [failureDetectionTimeout=10000]
at
org.apache.ignite.spi.IgniteSpiOperationTimeoutHelper.nextTimeoutChunk(IgniteSpiOperationTimeoutHelper.java:81)
at
org.apache.ignite.spi.discovery.tcp.ServerImpl$SocketReader.body(ServerImpl.java:5035)
at
org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62)
How do you recommend fixing it? We are not using networkDetection or
failureDetection timeout yet in our configs.
This is what we have
<property name="discoverySpi">
<bean
class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
<property name="joinTimeout" value="30000"/>
<property name="ackTimeout" value="30000"/>
<property name="maxAckTimeout" value="60000"/>
<property name="reconnectCount" value="5"/>
Thanks,
Binti
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/failureDetectionTimeout-tuning-tp7374.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.