-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-26192 Master UI hbck should provide a JSON formatted output option #5780
Conversation
🎊 +1 overall
This message was automatically generated. |
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.
Approved with same comment as posted on the master branch review for your consideration, perhaps as a follow up issue.
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Test failure in |
No further comments, going to merge. Thank you @mihir6692 for the contribution. |
…ion (#5780) Signed-off-by: Andrew Purtell <apurtell@apache.org>
…ion (#5780) Signed-off-by: Andrew Purtell <apurtell@apache.org>
/hbck/hbck-metrics/
will provide entire HBCK Report in JSON Format. Also each inconsistency can be requested separately using their endpoints.Endpoint list for each inconsistencies :
Orphan Region on FS :
/hbck/hbck-metrics/orphan-regions-on-fs
Orphan Region on RS :
/hbck/hbck-metrics/orphan-egions-on-rs
Inconsistent Regions :
/hbck/hbck-metrics/inconsistent-regions
Region Holes :
/hbck/hbck-metrics/region-holes
Region Overlaps :
/hbck/hbck-metrics/region-overlaps
Unknown Servers :
/hbck/hbck-metrics/unknown-servers
Empty Region Info :
/hbck/hbck-metrics/empty-regioninfo