Vladsz83 opened a new pull request #8424: URL: https://github.com/apache/ignite/pull/8424
We should emphasize in the documentation that TcpDiscoverySpi prolongs detection of node failure if several IP addresses are set. Actual failure detection delay is: failureDetectionTimeout * addressesNumber + connRecoveryTimeout. The problem is ability of node to run on several addresses. By default, all non-loop back addresses are assigned to node. Connection to a node is established to one of its address. But if lost, other addresses are attempted to reconnect to sequentially. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
