Hello Will Berkeley,

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

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

to review the following change.


Change subject: KUDU-2353 (part 1): add a tool to parse stacks from diagnostics 
log
......................................................................

KUDU-2353 (part 1): add a tool to parse stacks from diagnostics log

The diagnostics log uses a compresssed format for storing stack traces.
While it's textual it's not really in a format that's amenable to human
consumption.

This patch adds a 'kudu diagnose parse-stacks' tool which takes a
diagnostics log and outputs a human-readable text format of all the
stack samples from the log.

Change-Id: Ic5969cb3a54f691356e9cd3add150e717538a687
---
M build-support/release/rat_exclude_files.txt
M src/kudu/gutil/strings/split_internal.h
M src/kudu/tablet/compaction_policy-test.cc
M src/kudu/tools/CMakeLists.txt
M src/kudu/tools/kudu-tool-test.cc
A src/kudu/tools/testdata/bad-diagnostics-log.txt
A src/kudu/tools/testdata/sample-diagnostics-log.txt
M src/kudu/tools/tool_action.h
A src/kudu/tools/tool_action_diagnose.cc
M src/kudu/tools/tool_main.cc
M src/kudu/util/test_util.cc
M src/kudu/util/test_util.h
12 files changed, 450 insertions(+), 9 deletions(-)



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

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5969cb3a54f691356e9cd3add150e717538a687
Gerrit-Change-Number: 9773
Gerrit-PatchSet: 1
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Will Berkeley <[email protected]>

Reply via email to