[kudu-CR](branch-0.9.x) Disable tracing for tablet bootstrap during remote bootstrap

2016-06-01 Thread Jean-Daniel Cryans (Code Review)
Jean-Daniel Cryans has submitted this change and it was merged.

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
Reviewed-on: http://gerrit.cloudera.org:8080/3236
Tested-by: Kudu Jenkins
Reviewed-by: Mike Percy 
(cherry picked from commit 6fff1b2a2e0927e738bea5216352d14f73ac182e)
Reviewed-on: http://gerrit.cloudera.org:8080/3267
Reviewed-by: Jean-Daniel Cryans
---
M src/kudu/tserver/ts_tablet_manager.cc
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Jean-Daniel Cryans: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/3267
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I684524ca8d45d04a67d2823c3edbcfa4a7d7989b
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: branch-0.9.x
Gerrit-Owner: Todd Lipcon 
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins


[kudu-CR](branch-0.9.x) Disable tracing for tablet bootstrap during remote bootstrap

2016-06-01 Thread Jean-Daniel Cryans (Code Review)
Jean-Daniel Cryans has posted comments on this change.

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


Patch Set 1: Code-Review+2

-- 
To view, visit http://gerrit.cloudera.org:8080/3267
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I684524ca8d45d04a67d2823c3edbcfa4a7d7989b
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: branch-0.9.x
Gerrit-Owner: Todd Lipcon 
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-HasComments: No


[kudu-CR](branch-0.9.x) Disable tracing for tablet bootstrap during remote bootstrap

2016-06-01 Thread Todd Lipcon (Code Review)
Todd Lipcon has uploaded a new change for review.

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

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
Reviewed-on: http://gerrit.cloudera.org:8080/3236
Tested-by: Kudu Jenkins
Reviewed-by: Mike Percy 
(cherry picked from commit 6fff1b2a2e0927e738bea5216352d14f73ac182e)
---
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/67/3267/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3267
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I684524ca8d45d04a67d2823c3edbcfa4a7d7989b
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: branch-0.9.x
Gerrit-Owner: Todd Lipcon