szetszwo commented on PR #943:
URL: https://github.com/apache/ratis/pull/943#issuecomment-1775486797

   > ... Please have a look at TestMembership#testAddOneToOne. ...
   
   This is an important case since it is for changing from non-HA to HA.  We 
may:
   - Support only changing from 1 peer to 2 peers in a setConf (adding more 
peers require another setConf).
   - When changing from 1 peer to 2 peers, the old peer can become the leader 
even if the new peer not voted for it.  The new peer can become the leader only 
if the old peer voted for it.
   
   For the other cases, we should somehow time out the in-progress setConf.


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