Alexey Serbin has uploaded this change for review. ( 
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
---
M src/kudu/tserver/heartbeater.cc
1 file changed, 8 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/41/22341/1
--
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: newchange
Gerrit-Change-Id: I8e32aafab99c74f0ead3ba65aea58ce91d40297c
Gerrit-Change-Number: 22341
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to