You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2022/03/24 12:32:22 UTC

[GitHub] [ratis] szetszwo commented on pull request #627: RATIS-1558. Support Listener in RaftServerImpl

szetszwo commented on pull request #627:
URL: https://github.com/apache/ratis/pull/627#issuecomment-1077578507


   @codings-dan , thanks a lot for working on the Listener!  We should add some tests to make sure the following.
   - A Listener won't start leader election.
   - A Listener will reject requestVote. (this seems currently missing.)
   - A Listener can receive log entires and snapshots.
   - The leader won't count Listeners for majority.
   - setConfiguration can add Listeners, remove Listeners and, change a voting member to Listener and vice versa.


-- 
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: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org