amaliujia edited a comment on pull request #185: URL: https://github.com/apache/incubator-ratis/pull/185#issuecomment-685991632
I am wondering whether this change is related to https://issues.apache.org/jira/browse/RATIS-624. In RATIS-624, what I am trying to do is 1) add pause()/resume() to RatisServerImpl 2) design something to detect whether a follower is lagging too far. 3) design a way to allow pause the lagging follower, install a snapshot to make the follower catch up, then resume the follower. This PR seems to be relevant to 2) by comparing commitIndex lags and allow follower initialize a faster heartbeat? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
