Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22341 )
Change subject: [tserver] disable KUDU-3486 behavior by default ...................................................................... [tserver] disable KUDU-3486 behavior by default This is a quick-and-dirty fix to mitigate KUDU-3638. This patch isn't focusing on properly addressing the issues that KUDU-3486 has introduced apart from fixing the obvious bug of missing updates of the Heartbeater::Thread::last_tombstoned_report_time_ field. Also, with this patch, the functionality introduced with KUDU-3486 is now disabled by default. To re-enable it back, customize the setting for the --tserver_send_tombstoned_tablets_report_inteval_secs flag, if needed. Properly implementing the functionality that KUDU-3486 attempted to add would be a much more involved patch because there are several items to address from both the design and implementation standpoints. Change-Id: I8e32aafab99c74f0ead3ba65aea58ce91d40297c Reviewed-on: http://gerrit.cloudera.org:8080/22341 Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/tserver/heartbeater.cc 1 file changed, 8 insertions(+), 5 deletions(-) Approvals: Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/22341 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8e32aafab99c74f0ead3ba65aea58ce91d40297c Gerrit-Change-Number: 22341 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
