-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Add 'pebble' debug command to run Pebble tool commands
Command-ception: Add a `debug pebble` command similar to `debug rocksdb` that nests pebble commands like sstable scan, manifest dump, etc right in the cockroach binary. Also move the pebble.Compare definition to engine, which is a more fitting place for it than bulk. Fixes #40509 Release note: None Release justification: Adds debug tools for internal use, no impact on general operation.
- Loading branch information
Showing
5 changed files
with
103 additions
and
38 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Submodule vendor
updated
27 files