[
https://issues.apache.org/jira/browse/HBASE-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596229#action_12596229
]
Jean-Daniel Cryans commented on HBASE-23:
-----------------------------------------
Oh and one more thing, look at the code which generates the tables table :
{code}
<h2>Tables</h2>
<% ReturnMsg msg = show.execute(conf); %>
<p><%=msg %></p>
{code}
Here comes the HQL coupling to decouple a bit, I guess.
> 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.