You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/05/27 07:20:02 UTC

[kudu-CR] Disable tracing for tablet bootstrap during remote bootstrap

Hello Mike Percy,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/3236

to review the following change.

Change subject: Disable tracing for tablet bootstrap during remote bootstrap
......................................................................

Disable tracing for tablet bootstrap during remote bootstrap

The StartRemoteBootstrap RPC currently actually runs the whole download
and startup inline (see KUDU-921). One side effect of this is that
/rpcz will show the entire trace of this RPC, and that trace includes
every operation that was replayed during startup of the newly copied
tablet (many MB worth of trace data).

This simply disables tracing during the bootstrap itself.

Change-Id: I684524ca8d45d04a67d2823c3edbcfa4a7d7989b
---
M src/kudu/tserver/ts_tablet_manager.cc
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/36/3236/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3236
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I684524ca8d45d04a67d2823c3edbcfa4a7d7989b
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Mike Percy <mp...@apache.org>