[
https://issues.apache.org/jira/browse/HBASE-27070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550501#comment-17550501
]
Nick Dimiduk commented on HBASE-27070:
--------------------------------------
I can't really tell what's happening here without the browser console output.
[~apurtell] can you please apply the patch posted on
https://github.com/apache/hbase/pull/4494 and then try this again, but also
open the developer javascript console, reload the webui, and then paste any
errors (or a screenshot) of what you see.
Also, we could get on a debugging session on Slack or something if you want to
interact live.
> Region Visualizer is blank if master and regionserver are on the same host
> --------------------------------------------------------------------------
>
> Key: HBASE-27070
> URL: https://issues.apache.org/jira/browse/HBASE-27070
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.5.0
> Reporter: Andrew Kyle Purtell
> Priority: Minor
> Fix For: 3.0.0-alpha-3, 2.5.1
>
> Attachments: Screen Shot 2022-05-29 at 12.14.03 PM.png
>
>
> This is similar to HBASE-27066 reported by [~tomscut] . HBASE-27066 was
> applied to branch-2.5 before this test.
> I have a test configuration where all daemons are running on the same host:
> the NN, a DN, one ZK peer, a master, a regionserver, the test client (ltt).
> Go to [http://localhost:8110/master-status,] the UI is functioning normally
> except the Region Visualizer is empty, even though there is one table active.
> {noformat}
> hbase:001:0> list_regions 'cluster_test'
> SERVER_NAME |
> REGION_NAME | START_KEY | END_KEY | SIZE |
> REQ | LOCALITY |
> --------------------------------------- |
> --------------------------------------------------------------------- |
> ---------- | ---------- | ----- | -------- | ---------- |
> buildbox.localdomain,8120,1653851244365 |
> cluster_test,,1653804780151.bd73ddb4f821e5242da509d81f708a17. | |
> 33333333 | 8258 | 0 | 1.0 |
> buildbox.localdomain,8120,1653851244365 |
> cluster_test,33333333,1653804780151.0c213c693af504e7da65e9b77e0e01dc. |
> 33333333 | 66666666 | 8258 | 0 | 1.0 |
> buildbox.localdomain,8120,1653851244365 |
> cluster_test,66666666,1653804780151.85cd0bd82ab83afe3effeb0f8615185a. |
> 66666666 | 99999999 | 8254 | 0 | 1.0 |
> buildbox.localdomain,8120,1653851244365 |
> cluster_test,99999999,1653804780151.6996cee2e337abdaa66bcd639aad2a52. |
> 99999999 | cccccccc | 8254 | 0 | 1.0 |
> buildbox.localdomain,8120,1653851244365 |
> cluster_test,cccccccc,1653804780151.c84740760cf19c558353142cd26aae9b. |
> cccccccc | | 8259 | 0 | 1.0 |
> 5 rows
> Took 0.3243 seconds
> {noformat}
>
>
> !Screen Shot 2022-05-29 at 12.14.03 PM.png!
--
This message was sent by Atlassian Jira
(v8.20.7#820007)