-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-24826 Add some comments for processlist in hbase shell #2207
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
Conversation
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
| hbase> processlist 'handler' | ||
| hbase> processlist 'rpc' | ||
| hbase> processlist 'operation' | ||
| hbase> processlist 'general' //non-RPC Tasks, such as compact, flush etc |
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.
Thanks for this @bsglz! Documentation like this is a little inconsistent in format throughout our commands, but I think it would be good to follow the precedent of the RSGroup commands and place these comments on the preceding lines with a ruby-style comment (#) since the shell is ruby.
Ex:
| # set table-cfs config is null, then the namespaces config decide which |
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.
Will fix later.
Thanks.
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: Elliot Miller <[email protected]> Signed-off-by: stack <[email protected]>
…2207) Signed-off-by: Elliot Miller <[email protected]> Signed-off-by: stack <[email protected]>
No description provided.