szetszwo commented on PR #832: URL: https://github.com/apache/ratis/pull/832#issuecomment-1448546500
@SzyWilliam , thanks a lot for reviewing and merging this! BTW, I should have mentioned that we did see very frequent appendEntries calls happening in some error conditions. The follower replied very fast without changing the nextIndex (Not sure why). So the leader kept sending appendEntries very frequently. The wait-time.min here is to prevent it. It also had memory spike at the same time but we did not know whether the appendEntries causing the memory spike or the other way around. -- 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]
