[ 
https://issues.apache.org/jira/browse/HBASE-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596221#action_12596221
 ] 

Jean-Daniel Cryans commented on HBASE-23:
-----------------------------------------

{quote}
Yeah, I suppose showing offlined regions would be a bit tough unless you read 
the .META. Leave this one off the list
{quote}

Funny how there is a onlineRegions attribute in HRegionServer but no 
offlineRegions. At first glance it seems logic that the two exists but it 
isn't. Bit misleading.

{quote}
On hostname, it is available? If so, great. I'd say replace the IP w/ hostname. 
Thats what most would prefer.
{quote}

Yeah in ISA. This is the same as in the dfshealth.jsp page in hadoop ui. I 
added a getHostname method in HServerAddress just like getPort or 
getBindAddress to get it in master.jsp

{quote}
Regards load, there is ServerManager.getAverageLoad(). You could print this out 
in UI as one of the cluster properties (load and average).
{quote}

Ok.

{quote}
Otherwise, I there is the loadToServers map which I think we're already reading.
{quote}

Indeed, this is why I was wondering why that average load by server was nowhere 
to be found.


> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to