stack commented on HBASE-23:
----------------------------
Other suggestions apart from the few above:
+ Fix the load column so its requests per second, count of regions and also lists new 'avg. load' attribute from the new balancing code in TRUNK
+ Perhaps fix the 'Tables' listing so that instead it was divided into user and catalog tables ('Online META Regions' is a bad title IMO -- gives wrong impression that these are just regions and not members of actual catalog tables). Clicking on a table would give a list of all regions that comprise that table. Each line of this table would also list where the region is hosted. Clicking on the address of the region will take you to the hosting regionserver.
UI listing regions should be sorted by address and show additional region state
-------------------------------------------------------------------------------
Key: HBASE-23
URL: https://issues.apache.org/jira/browse/HBASE-23
Project: Hadoop HBase
Issue Type: Bug
Reporter: stack
Assignee: stack
Priority: Minor
Fix For: 0.2.0
Currently, looking at a cluster under load, you'll often trip over the disorientating listing of more than one region with a null end key (Was seen by Billy yesterday and psaab today). UI should list out all of its attributes.
Also sort region listings by server address so easier finding servers.
---------------------------------------------------------------------------------
Key: HBASE-23
URL: https://issues.apache.org/jira/browse/HBASE-23
Project: Hadoop HBase
Issue Type: Bug
Reporter: stack
Assignee: stack
Priority: Minor
Fix For: 0.2.0
Currently, looking at a cluster under load, you'll often trip over the disorientating listing of more than one region with a null end key (Was seen by Billy yesterday and psaab today). UI should list out all of its attributes.
Also sort region listings by server address so easier finding servers.
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.