codings-dan commented on PR #627: URL: https://github.com/apache/ratis/pull/627#issuecomment-1237831091
> * A Listener will reject requestVote. (this seems currently missing.) @szetszwo This part doesn't seem to do anything since we don't send a requestVote request to the listener, see https://github.com/apache/ratis/blob/117b333114daf37e3d7a31919e49f8fdc0d9e201/ratis-server/src/main/java/org/apache/ratis/server/impl/LeaderElection.java#L279 Thanks again for the guidance. I add unit test related to leaderElection, see https://github.com/apache/ratis/pull/737 Combined with RATIS-1640 all unit test tasks have been completed. -- 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]
