TaiJuWu commented on PR #21025:
URL: https://github.com/apache/kafka/pull/21025#issuecomment-3600031084

   > Thanks for the PR @TaiJuWu .
   > 
   > This solution has the unfortunate side effect that nodes cannot leave and 
join the quorum. The user cannot do the following operations:
   > 
   > 1. First add voter A.
   > 2. Remove voter A, on purpose or by accident.
   > 3. Add voter A again. This should succeed but it will fail with this PR.
   
   Our integration test also cover such case, it test follow:
   1. observers can join cluster with auto-join
   2. it be removed by manual and does not send addVoterRequest twice again
   3. admin can add this node to the cluster.


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