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/09/21 23:32:20 UTC

[jira] [Created] (HBASE-16675) Average region size may be incorrect when there is region whose RegionLoad cannot be retrieved

Ted Yu created HBASE-16675:
------------------------------

             Summary: 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


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)