stack resolved HBASE-23.
------------------------
Resolution: Fixed
Committed with a few tweaks (updated help text, used new getHostname everywhere so no more IP addresses). Below is commit message. Thanks for the patch Jean-Daniel.
{code}
HBASE-23 UI listing regions should be sorted by address and show additional region state
M src/java/org/apache/hadoop/hbase/HServerLoad.java
(toString): Overload that takes interval.
M src/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
(getConfiguration): Added
M src/java/org/apache/hadoop/hbase/master/HMaster.java
(getAverageLoad): Added
M src/java/org/apache/hadoop/hbase/HServerAddress.java
(getHostname): Added.
M src/java/org/apache/hadoop/hbase/client/HTable.java
(getRegionsInfo): Added.
M src/webapps/regionserver/regionserver.jsp
M src/webapps/master/master.jsp
Output requests as requests per second.
Fixed up the help comments. Changed all to use new getHostname
rather than IPs. Added encoded name column.
M src/webapps/master/table.jsp
Added.
M src/webapps/master/WEB-INF/web.xml
Add new tables servlet.
M bin/hbase
Put hbase in front of hadoop again. FIxes not being able to find
stylesheets -- might break logging again though doesnt seem to in
tests.
{code}
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
Attachments: hbase-23-v1.patch, hbase-23-v2.patch, hbase-23-v3.patch
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
Attachments: hbase-23-v1.patch, hbase-23-v2.patch, hbase-23-v3.patch
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.