You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liyin Tang (Created) (JIRA)" <ji...@apache.org> on 2012/02/15 20:48:59 UTC

[jira] [Created] (HBASE-5407) Show the per-region level request count in the web ui

Show the per-region level request count in the web ui
-----------------------------------------------------

                 Key: HBASE-5407
                 URL: https://issues.apache.org/jira/browse/HBASE-5407
             Project: HBase
          Issue Type: Improvement
            Reporter: Liyin Tang
            Assignee: Liyin Tang


It would be nice to show the per-region level request count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213972#comment-13213972 ] 

Phabricator commented on HBASE-5407:
------------------------------------

khemani has accepted the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

REVISION DETAIL
  https://reviews.facebook.net/D1779

BRANCH
  regionRequest

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Liyin Tang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210455#comment-13210455 ] 

Liyin Tang commented on HBASE-5407:
-----------------------------------

Hi Stack. 
This patch is to add total read/write request number and read/write request per second for each region in 89-fb branch.
For the apache trunk, I will also need to add the read/write request per second only.
                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215102#comment-13215102 ] 

Phabricator commented on HBASE-5407:
------------------------------------

Kannan has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

INLINE COMMENTS
  src/main/java/org/apache/hadoop/hbase/HServerLoad.java:279 I think these fields need not/shouldn't be part of the serialize/deserialize -- otherwise, we'll break client-server interop for the getClusterStatus call.

  We temporarily ran into similar problem before and the relevant stack is:

         at java.io.DataInputStream.readFully(DataInputStream.java:152)
          at org.apache.hadoop.hbase.HServerLoad$RegionLoad.readFields(HServerLoad.java:211)
          at org.apache.hadoop.hbase.HServerLoad.readFields(HServerLoad.java:512)
          at org.apache.hadoop.hbase.HServerInfo.readFields(HServerInfo.java:228)
          at org.apache.hadoop.hbase.ClusterStatus.readFields(ClusterStatus.java:226)
          at org.apache.hadoop.hbase.io.HbaseObjectWritable.readObject(HbaseObjectWritable.java:489)
          at org.apache.hadoop.hbase.io.HbaseObjectWritable.readFields(HbaseObjectWritable.java:230)
          at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.receiveResponse(HBaseClient.java:534)
          at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.run(HBaseClient.java:459)
  java.lang.reflect.UndeclaredThrowableException
          at $Proxy0.getClusterStatus(Unknown Source)
          at org.apache.hadoop.hbase.client.HBaseAdmin.getClusterStatus(HBaseAdmin.java:1076)

  We should remove these from serialize/deserialize, but the metrics should still be available for viewing the web-ui.

REVISION DETAIL
  https://reviews.facebook.net/D1779

BRANCH
  regionRequest

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HBASE-5407:
-------------------------------

    Attachment: D1779.1.patch

Liyin requested code review of "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".
Reviewers: Kannan, Karthik

  It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

TEST PLAN
  Tested on the dev cluster

REVISION DETAIL
  https://reviews.facebook.net/D1779

AFFECTED FILES
  src/main/java/org/apache/hadoop/hbase/HServerLoad.java
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java
  src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
  src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/3795/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213974#comment-13213974 ] 

Phabricator commented on HBASE-5407:
------------------------------------

khemani has accepted the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

REVISION DETAIL
  https://reviews.facebook.net/D1779

BRANCH
  regionRequest

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215103#comment-13215103 ] 

Phabricator commented on HBASE-5407:
------------------------------------

Kannan has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

INLINE COMMENTS
  src/main/java/org/apache/hadoop/hbase/HServerLoad.java:279 I think these fields need not/shouldn't be part of the serialize/deserialize -- otherwise, we'll break client-server interop for the getClusterStatus call.

  We temporarily ran into similar problem before and the relevant stack is:

         at java.io.DataInputStream.readFully(DataInputStream.java:152)
          at org.apache.hadoop.hbase.HServerLoad$RegionLoad.readFields(HServerLoad.java:211)
          at org.apache.hadoop.hbase.HServerLoad.readFields(HServerLoad.java:512)
          at org.apache.hadoop.hbase.HServerInfo.readFields(HServerInfo.java:228)
          at org.apache.hadoop.hbase.ClusterStatus.readFields(ClusterStatus.java:226)
          at org.apache.hadoop.hbase.io.HbaseObjectWritable.readObject(HbaseObjectWritable.java:489)
          at org.apache.hadoop.hbase.io.HbaseObjectWritable.readFields(HbaseObjectWritable.java:230)
          at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.receiveResponse(HBaseClient.java:534)
          at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.run(HBaseClient.java:459)
  java.lang.reflect.UndeclaredThrowableException
          at $Proxy0.getClusterStatus(Unknown Source)
          at org.apache.hadoop.hbase.client.HBaseAdmin.getClusterStatus(HBaseAdmin.java:1076)

  We should remove these from serialize/deserialize, but the metrics should still be available for viewing the web-ui.

REVISION DETAIL
  https://reviews.facebook.net/D1779

BRANCH
  regionRequest

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215099#comment-13215099 ] 

Phabricator commented on HBASE-5407:
------------------------------------

Kannan has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

INLINE COMMENTS
  src/main/java/org/apache/hadoop/hbase/HServerLoad.java:279 I think these fields need not/shouldn't be part of the serialize/deserialize -- otherwise, we'll break client-server interop for the getClusterStatus call.

  We temporarily ran into similar problem before and the relevant stack is:

         at java.io.DataInputStream.readFully(DataInputStream.java:152)
          at org.apache.hadoop.hbase.HServerLoad$RegionLoad.readFields(HServerLoad.java:211)
          at org.apache.hadoop.hbase.HServerLoad.readFields(HServerLoad.java:512)
          at org.apache.hadoop.hbase.HServerInfo.readFields(HServerInfo.java:228)
          at org.apache.hadoop.hbase.ClusterStatus.readFields(ClusterStatus.java:226)
          at org.apache.hadoop.hbase.io.HbaseObjectWritable.readObject(HbaseObjectWritable.java:489)
          at org.apache.hadoop.hbase.io.HbaseObjectWritable.readFields(HbaseObjectWritable.java:230)
          at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.receiveResponse(HBaseClient.java:534)
          at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.run(HBaseClient.java:459)
  java.lang.reflect.UndeclaredThrowableException
          at $Proxy0.getClusterStatus(Unknown Source)
          at org.apache.hadoop.hbase.client.HBaseAdmin.getClusterStatus(HBaseAdmin.java:1076)

  We should remove these from serialize/deserialize, but the metrics should still be available for viewing the web-ui.

REVISION DETAIL
  https://reviews.facebook.net/D1779

BRANCH
  regionRequest

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request count in the web ui

Posted by "Jean-Daniel Cryans (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208736#comment-13208736 ] 

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

Isn't that already in 0.92.0? Here's what it looks like:

{quote}
numberOfStores=1, numberOfStorefiles=1, storefileUncompressedSizeMB=20984, storefileSizeMB=20307, compressionRatio=0.9677, memstoreSizeMB=0, storefileIndexSizeMB=0, readRequestsCount=0, writeRequestsCount=0, rootIndexSizeKB=13, totalStaticIndexSizeKB=18788, totalStaticBloomSizeKB=23296, totalCompactingKVs=40636900, currentCompactedKVs=20887752, compactionProgressPct=0.0, coprocessors=[]
{quote}
                
> Show the per-region level request count in the web ui
> -----------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>
> It would be nice to show the per-region level request count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HBASE-5407:
-------------------------------

    Attachment: D1779.1.patch

Liyin requested code review of "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".
Reviewers: Kannan, Karthik

  It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

TEST PLAN
  Tested on the dev cluster

REVISION DETAIL
  https://reviews.facebook.net/D1779

AFFECTED FILES
  src/main/java/org/apache/hadoop/hbase/HServerLoad.java
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java
  src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
  src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/3795/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213901#comment-13213901 ] 

Phabricator commented on HBASE-5407:
------------------------------------

Liyin has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

  Thanks Prakash's comments.  Answer them inline.

INLINE COMMENTS
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java:53 In the run function of the HRegion server will periodically (hbase.regionserver.msginterval) call createRegionLoad, which will refresh the request/sec metrics. It follows the same way how other metrics get updated.

  Also when you refresh the web page, this function will be called as well.
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp:22 sure. I will remove them.

REVISION DETAIL
  https://reviews.facebook.net/D1779

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213903#comment-13213903 ] 

Phabricator commented on HBASE-5407:
------------------------------------

Liyin has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

  Thanks Prakash's comments.  Answer them inline.

INLINE COMMENTS
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java:53 In the run function of the HRegion server will periodically (hbase.regionserver.msginterval) call createRegionLoad, which will refresh the request/sec metrics. It follows the same way how other metrics get updated.

  Also when you refresh the web page, this function will be called as well.
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp:22 sure. I will remove them.

REVISION DETAIL
  https://reviews.facebook.net/D1779

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Liyin Tang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208995#comment-13208995 ] 

Liyin Tang commented on HBASE-5407:
-----------------------------------

The total number is very useful and it would be nice to add the request/sec on the web UI as well. I have updated the title and description for the jira. Thanks Jean for the heads up.
                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213973#comment-13213973 ] 

Phabricator commented on HBASE-5407:
------------------------------------

khemani has accepted the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

REVISION DETAIL
  https://reviews.facebook.net/D1779

BRANCH
  regionRequest

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213904#comment-13213904 ] 

Phabricator commented on HBASE-5407:
------------------------------------

Liyin has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

  Thanks Prakash's comments.  Answer them inline.

INLINE COMMENTS
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java:53 In the run function of the HRegion server will periodically (hbase.regionserver.msginterval) call createRegionLoad, which will refresh the request/sec metrics. It follows the same way how other metrics get updated.

  Also when you refresh the web page, this function will be called as well.
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp:22 sure. I will remove them.

REVISION DETAIL
  https://reviews.facebook.net/D1779

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Liyin Tang (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liyin Tang updated HBASE-5407:
------------------------------

    Description: It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.  (was: It would be nice to show the per-region level request count in the web ui, especially when debugging the hot region problem.)
        Summary: Show the per-region level request/sec count in the web ui  (was: Show the per-region level request count in the web ui)
    
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Jean-Daniel Cryans (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208961#comment-13208961 ] 

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

It's the total number.
                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213434#comment-13213434 ] 

Phabricator commented on HBASE-5407:
------------------------------------

khemani has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

INLINE COMMENTS
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp:22 I can't spot interval being referred in the jsp anywhere
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java:53 What forces the getRequestPerSecond() to be periodically called? What if it isn't called for a long time - then the req/sec will not really be for the last few seconds ...


REVISION DETAIL
  https://reviews.facebook.net/D1779

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213975#comment-13213975 ] 

Phabricator commented on HBASE-5407:
------------------------------------

khemani has accepted the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

REVISION DETAIL
  https://reviews.facebook.net/D1779

BRANCH
  regionRequest

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request count in the web ui

Posted by "Liyin Tang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208745#comment-13208745 ] 

Liyin Tang commented on HBASE-5407:
-----------------------------------

BTW, does the writeRequestsCount mean the write request/sec ? Or this is an aggregated number ?
Thanks
                
> Show the per-region level request count in the web ui
> -----------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>
> It would be nice to show the per-region level request count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213433#comment-13213433 ] 

Phabricator commented on HBASE-5407:
------------------------------------

khemani has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

INLINE COMMENTS
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp:22 I can't spot interval being referred in the jsp anywhere
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java:53 What forces the getRequestPerSecond() to be periodically called? What if it isn't called for a long time - then the req/sec will not really be for the last few seconds ...


REVISION DETAIL
  https://reviews.facebook.net/D1779

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213435#comment-13213435 ] 

Phabricator commented on HBASE-5407:
------------------------------------

khemani has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

INLINE COMMENTS
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp:22 I can't spot interval being referred in the jsp anywhere
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java:53 What forces the getRequestPerSecond() to be periodically called? What if it isn't called for a long time - then the req/sec will not really be for the last few seconds ...


REVISION DETAIL
  https://reviews.facebook.net/D1779

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213436#comment-13213436 ] 

Phabricator commented on HBASE-5407:
------------------------------------

khemani has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

INLINE COMMENTS
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp:22 I can't spot interval being referred in the jsp anywhere
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java:53 What forces the getRequestPerSecond() to be periodically called? What if it isn't called for a long time - then the req/sec will not really be for the last few seconds ...


REVISION DETAIL
  https://reviews.facebook.net/D1779

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213902#comment-13213902 ] 

Phabricator commented on HBASE-5407:
------------------------------------

Liyin has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

  Thanks Prakash's comments.  Answer them inline.

INLINE COMMENTS
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java:53 In the run function of the HRegion server will periodically (hbase.regionserver.msginterval) call createRegionLoad, which will refresh the request/sec metrics. It follows the same way how other metrics get updated.

  Also when you refresh the web page, this function will be called as well.
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp:22 sure. I will remove them.

REVISION DETAIL
  https://reviews.facebook.net/D1779

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210450#comment-13210450 ] 

stack commented on HBASE-5407:
------------------------------

Liyin.  Is this a backport for 0.89fb?   If so, is there something you've added to your backport that we should have in trunk?  Thanks boss.
                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request count in the web ui

Posted by "Liyin Tang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208742#comment-13208742 ] 

Liyin Tang commented on HBASE-5407:
-----------------------------------

Awesome! Thanks Jean. I think I just need to port this patch.
                
> Show the per-region level request count in the web ui
> -----------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>
> It would be nice to show the per-region level request count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HBASE-5407:
-------------------------------

    Attachment: D1779.1.patch

Liyin requested code review of "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".
Reviewers: Kannan, Karthik

  It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

TEST PLAN
  Tested on the dev cluster

REVISION DETAIL
  https://reviews.facebook.net/D1779

AFFECTED FILES
  src/main/java/org/apache/hadoop/hbase/HServerLoad.java
  src/main/java/org/apache/hadoop/hbase/metrics/RequestMetrics.java
  src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
  src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
  src/main/resources/hbase-webapps/regionserver/regionserver.jsp

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/3795/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Mikhail Bautin (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Bautin resolved HBASE-5407.
-----------------------------------

    Resolution: Fixed

Liyin: it looks like the 89-fb patch has been committed internally. As this is an 89-fb-only JIRA, resolving the issue so that we can sync internal 89-fb changes into the externally visible branch.
                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5407) Show the per-region level request/sec count in the web ui

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215100#comment-13215100 ] 

Phabricator commented on HBASE-5407:
------------------------------------

Kannan has commented on the revision "[jira][HBASE-5407][89-fb] Show the per-region level request/sec count in the web ui".

INLINE COMMENTS
  src/main/java/org/apache/hadoop/hbase/HServerLoad.java:279 I think these fields need not/shouldn't be part of the serialize/deserialize -- otherwise, we'll break client-server interop for the getClusterStatus call.

  We temporarily ran into similar problem before and the relevant stack is:

         at java.io.DataInputStream.readFully(DataInputStream.java:152)
          at org.apache.hadoop.hbase.HServerLoad$RegionLoad.readFields(HServerLoad.java:211)
          at org.apache.hadoop.hbase.HServerLoad.readFields(HServerLoad.java:512)
          at org.apache.hadoop.hbase.HServerInfo.readFields(HServerInfo.java:228)
          at org.apache.hadoop.hbase.ClusterStatus.readFields(ClusterStatus.java:226)
          at org.apache.hadoop.hbase.io.HbaseObjectWritable.readObject(HbaseObjectWritable.java:489)
          at org.apache.hadoop.hbase.io.HbaseObjectWritable.readFields(HbaseObjectWritable.java:230)
          at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.receiveResponse(HBaseClient.java:534)
          at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.run(HBaseClient.java:459)
  java.lang.reflect.UndeclaredThrowableException
          at $Proxy0.getClusterStatus(Unknown Source)
          at org.apache.hadoop.hbase.client.HBaseAdmin.getClusterStatus(HBaseAdmin.java:1076)

  We should remove these from serialize/deserialize, but the metrics should still be available for viewing the web-ui.

REVISION DETAIL
  https://reviews.facebook.net/D1779

BRANCH
  regionRequest

                
> Show the per-region level request/sec count in the web ui
> ---------------------------------------------------------
>
>                 Key: HBASE-5407
>                 URL: https://issues.apache.org/jira/browse/HBASE-5407
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: D1779.1.patch, D1779.1.patch, D1779.1.patch
>
>
> It would be nice to show the per-region level request/sec count in the web ui, especially when debugging the hot region problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira