Dan Burkert has posted comments on this change. Change subject: make election timeout jitter more aggressive ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/3828/1//COMMIT_MSG Commit Message: Line 7: make election timeout jitter more aggressive > I agree with Todd, backoff cap avoids insane exponential backoffs. It seems I don't think I'm following. How can you add more jitter without increasing the average timeout? We are, after al,l bounded by a minimum timeout of 0. The jitter *must* increase as a function of the number of retries, otherwise you risk a situation where the cluster can't make progress due to RTT being greater than the jitter. -- To view, visit http://gerrit.cloudera.org:8080/3828 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2c9dad820c2b7d4bc4b9e791b78222559cdf63c8 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
