BinyuHuang-nju commented on pull request #1690:
URL: https://github.com/apache/zookeeper/pull/1690#issuecomment-831741370


   @Vanlightly It is correct to find these actions not executed. Because when 
there are only two servers, the quorum is just these two servers. And these 
actions should be executed when server number is larger than 2. Like 
FindCluster, this action means a server after restart wants to join a cluster, 
but it will never receive responses from a quorum, because there is only one 
left server and it can not construct a quorum.
   
   Thank you for your attention! I promise you will find these actions reached 
when you set server number like 3,4,5.


-- 
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:
us...@infra.apache.org


Reply via email to