Thomas Tauber-Marshall has posted comments on this change. ( http://gerrit.cloudera.org:8080/15860 )
Change subject: IMPALA-9716: Add jitter to the exponential backoff in status reporting ...................................................................... Patch Set 2: (2 comments) http://gerrit.cloudera.org:8080/#/c/15860/1//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/15860/1//COMMIT_MSG@20 PS1, Line 20: Testing: > Yeah, I think we can verify the formula by inspection and at least the code Done http://gerrit.cloudera.org:8080/#/c/15860/1/be/src/runtime/query-state.cc File be/src/runtime/query-state.cc: http://gerrit.cloudera.org:8080/#/c/15860/1/be/src/runtime/query-state.cc@564 PS1, Line 564: return report_interval * (num_failed_reports_ * jitter + 1); > What do you think about spreading out the reports even more? Done -- To view, visit http://gerrit.cloudera.org:8080/15860 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Id05c224517aa606057117328f480dfa98676b923 Gerrit-Change-Number: 15860 Gerrit-PatchSet: 2 Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: David Rorke <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Comment-Date: Tue, 05 May 2020 17:43:12 +0000 Gerrit-HasComments: Yes
