Uh oh!
There was an error while loading. Please reload this page.
HBASE-27066 The Region Visualizer display failed - #4472
Conversation
tomscut
commented
May 27, 2022
Hi @ndimiduk , could you please take a look. Thanks. |
Apache-HBase
commented
May 27, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 27, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 27, 2022
🎊 +1 overall
This message was automatically generated. |
GideonPotok
commented
May 28, 2022
LGTM |
tomscut
commented
May 29, 2022
Thanks @GideonPotok for the review. |
Apache-HBase
commented
May 29, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 29, 2022
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
tomscut
commented
May 30, 2022
Thanks @apurtell for your review. |
| description: 'Total `storefileSize` per Region Server', | ||
| data: { | ||
| name: 'region_info', | ||
| url: 'http://localhost:16010/api/v1/admin/cluster_metrics/live_servers', |
There was a problem hiding this comment.
Not using localhost and a hard-coded port is definitely the right thing, good call. Now I'm wondering if we should show the chart at all on the backup masters, or if it should only be on the active one.
| data: { | ||
| name: 'region_info', | ||
| url: 'http://localhost:16010/api/v1/admin/cluster_metrics/live_servers', | ||
| url: 'http://<% activeHostname %>:<% activeInfoPort %>/api/v1/admin/cluster_metrics/live_servers', |
There was a problem hiding this comment.
We also need to no longer hard-code http and instead decide the protocol based on the cluster configuration.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
The
Region Visualizerdisplay failed. Because the active master hostname islocalhost.Before the change:

After the change:
