valepakh opened a new pull request, #3582:
URL: https://github.com/apache/ignite-3/pull/3582

   https://issues.apache.org/jira/browse/IGNITE-22018
   
   Counting number of events is incorrect. The heartbeat check could arrive in 
the precise moment after the node was started, but before it started joining 
the cluster. In this case the ping would be ok and connection restored event 
will be published, then, after the node starts join process, REST endpoints 
will be disabled and heartbeat check will be failed, sending connection lost 
event. Then, after the node joined the cluster, another connection restored 
event will be published.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to