[
https://issues.apache.org/jira/browse/HBASE-16675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514231#comment-15514231
]
Hudson commented on HBASE-16675:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1654 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1654/])
HBASE-16675 Average region size may be incorrect when there is region (tedyu:
rev 4bb84f7d0ce0159bda8412ff7b091cf011cad57a)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java
> Average region size may be incorrect when there is region whose RegionLoad
> cannot be retrieved
> ----------------------------------------------------------------------------------------------
>
> Key: HBASE-16675
> URL: https://issues.apache.org/jira/browse/HBASE-16675
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 2.0.0, 1.4.0
>
> Attachments: 16675.v1.txt
>
>
> HBASE-15933 fixed the NullPointerException bug.
> When there is one or more region whose RegionLoad cannot be retrieved, the
> average region size may be incorrect.
> We should not use tableRegions.size() as denominator - the number of regions
> whose RegionLoad can be retrieved should be used.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)