You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/10/29 01:08:58 UTC

[jira] [Resolved] (HBASE-3616) Add per region request information to HServerLoad

     [ https://issues.apache.org/jira/browse/HBASE-3616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu resolved HBASE-3616.
---------------------------
    Resolution: Won't Fix

Gone stale.

> Add per region request information to HServerLoad
> -------------------------------------------------
>
>                 Key: HBASE-3616
>                 URL: https://issues.apache.org/jira/browse/HBASE-3616
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>            Reporter: Ted Yu
>
> HBASE-3507 added per region request count.
> We should utilize this information so that HServerLoad can provide moving average of request counts to load balancer.
> We can update this method in HRegionServer:
> {code}
>   private HServerLoad buildServerLoad() {
> {code}
> The above method can aggregate request counts from HRegions and store it in HServerLoad.RegionLoad



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)