-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rocks subcommand #9067
Rocks subcommand #9067
Conversation
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
Signed-off-by: Gabriel Fukushima <[email protected]>
storage/src/main/java/tech/pegasys/teku/storage/server/rocksdb/RocksDbHelper.java
Fixed
Show fixed
Hide fixed
storage/src/main/java/tech/pegasys/teku/storage/server/rocksdb/RocksDbHelper.java
Fixed
Show fixed
Hide fixed
storage/src/main/java/tech/pegasys/teku/storage/server/rocksdb/RocksDbHelper.java
Outdated
Show resolved
Hide resolved
@Command( | ||
name = "stats", | ||
description = "Print rocksdb stats", | ||
mixinStandardHelpOptions = true, | ||
versionProvider = PicoCliVersionProvider.class) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one is a whole hard thing to read, Im wondering if something like a column filter or something would be useful...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another option is print a better header rather than the in-line which doesnt really make anything at all clear...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hrm maybe i was reading it wrongly, this isnt so bad...
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Column Family: FINALIZED_STATES_BY_SLOT
so maybe a filter option for the column?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add this filter on a separate PR? I don't think this is crucial for what I'm trying to get this PR merged in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thats fine, the history is just so long its not usable and you need to redirect to file.
Signed-off-by: Paul Harris <[email protected]>
Signed-off-by: Paul Harris <[email protected]>
00540b6
to
8f752e8
Compare
PR Description
This a lift and shift from a tool implemented on Besu that we could use to analyse the db when using RockDb.
Fixed Issue(s)
Documentation
doc-change-required
label to this PR if updates are required.Changelog