Uh oh!
There was an error while loading. Please reload this page.
HBASE-26730 Extend hbase shell 'status' command to support an option 'tasks' - #4095
Conversation
Apache-HBase
commented
Feb 4, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 4, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 4, 2022
🎊 +1 overall
This message was automatically generated. |
apurtell
commented
Feb 10, 2022
Address @gjacoby126 's feedback from #4094 and rebased. |
Apache-HBase
commented
Feb 10, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 10, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 10, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 11, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 11, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 11, 2022
💔 -1 overall
This message was automatically generated. |
| end | ||
| master_coprocs = @admin.getMasterCoprocessorNames.toString | ||
| master_coprocs = java.util.Arrays.toString(@admin.getMasterCoprocessors) |
There was a problem hiding this comment.
This seems additional change, is it for better readability or it's just a mechanical change?
There was a problem hiding this comment.
This is a merge artifact. A mechanical change, I think you mean. I will undo it.
virajjasani
commented
Feb 14, 2022
Few checkstyle warnings are present in the recent QA. |
apurtell
commented
Feb 16, 2022
I see them @virajjasani , will fix before merge |
…'tasks' Expose monitored tasks state in ClusterStatus API via new option in ServerLoad. Add shell support for interrogating monitored tasks state in ServerLoad.
…sks in 'tasks' view
Expose monitored tasks state in ClusterStatus API via new option in ServerLoad.
Add shell support for interrogating monitored tasks state in ServerLoad.
Here's a prototype running on a branch-2 fork: