Vladsz83 edited a comment on pull request #8262:
URL: https://github.com/apache/ignite/pull/8262#issuecomment-696640886


   After [1] sequential nodes failure leads to segmentation of other nodes in 
the cluster. This PR contains:
   
   -  Reverted [1].
   
   - Fix for [1] to avoid the noted segmentation.
   
   - Reverted [2] which depends on [1].
   
   Behavior changes compared to [1]:
   The connection recovery timeout is sliced into smaller parts in order to 
check several next nodes in the ring while recovering conenction. This prevents 
connectionRecoveryTimeout being spent on only one next node. Thus, previous 
node is able to skip several sequetially failed nodes within the timeout and 
find new one to recover ring connection.
   
   [1] IGNITE-13134
   [2] IGNITE-13208


----------------------------------------------------------------
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]


Reply via email to