Dan Burkert has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10028 )
Change subject: HmsCatalog: fix bug in reconnection backoff logic ...................................................................... HmsCatalog: fix bug in reconnection backoff logic This fixes an accidentally shadowed Status variable. The effect of this bug was that the HmsCatalog would not throttle HMS reconnect attempts. The tests actually took advantage of this, I've had to update them to try ops multiple times after an HMS restart. No tests are included, but I've left a TODO about adding tests when HmsCatalog stats are introduced. Change-Id: I726283ec8332d16942c82c73492709de4323a43d Reviewed-on: http://gerrit.cloudera.org:8080/10028 Tested-by: Kudu Jenkins Reviewed-by: Hao Hao <[email protected]> Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/hms/hms_catalog-test.cc M src/kudu/hms/hms_catalog.cc M src/kudu/integration-tests/master_hms-itest.cc 3 files changed, 31 insertions(+), 18 deletions(-) Approvals: Kudu Jenkins: Verified Hao Hao: Looks good to me, approved Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/10028 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I726283ec8332d16942c82c73492709de4323a43d Gerrit-Change-Number: 10028 Gerrit-PatchSet: 3 Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins
