Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22342
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]> (cherry picked from commit 0ddaac556f7bc7aeb47db740300921d10eabd856) --- M src/kudu/tserver/heartbeater.cc 1 file changed, 8 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/42/22342/1 -- To view, visit http://gerrit.cloudera.org:8080/22342 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: newchange Gerrit-Change-Id: I8e32aafab99c74f0ead3ba65aea58ce91d40297c Gerrit-Change-Number: 22342 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
