forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: add a tool to extract an arbitrary block to stdout
This allows a block to be dumped to stdout. I found this useful when trying to see how compressible an index block was. We might also find this useful for debugging block corruption issues on production clusters -- it's much easier to extract a corrupted block and copy it around than to try to copy an entire tablet or filesystem. Change-Id: I04cf75169b1adb721791ca15b2d5ab5067025f06 Reviewed-on: http://gerrit.cloudera.org:8080/7260 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]>
- Loading branch information
1 parent
c19b8f4
commit 78ef92e
Showing
2 changed files
with
73 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters