szetszwo commented on code in PR #865:
URL: https://github.com/apache/ratis/pull/865#discussion_r1152699366
##########
ratis-server/src/main/java/org/apache/ratis/server/impl/LeaderStateImpl.java:
##########
@@ -364,7 +364,7 @@ private List<FollowerInfo>
getFollowerInfos(PeerConfiguration peers) {
final Collection<RaftPeer> listeners =
conf.getAllPeers(RaftPeerRole.LISTENER);
if (!listeners.isEmpty()) {
- addSenders(listeners, placeHolderIndex, false);
+ addSenders(listeners, placeHolderIndex, true);
Review Comment:
You are right -- we may rename it to something like `isCatchingUp`.
--
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]