[
https://issues.apache.org/jira/browse/HBASE-2473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892104#action_12892104
]
Ted Yu commented on HBASE-2473:
-------------------------------
I think ServerManager.getAverageLoad() should be revised to handle the
intricacies introduced by this JIRA.
Since the distribution of keys among (byte [][]) splitKeys may not be even, it
is less accurate to compute average load using the current formula. Considering
that some of the empty regions may stay empty.
The related test case is TestRegionRebalancing.
> Add to admin create table start and end key params and desired number of
> regions
> --------------------------------------------------------------------------------
>
> Key: HBASE-2473
> URL: https://issues.apache.org/jira/browse/HBASE-2473
> Project: HBase
> Issue Type: New Feature
> Reporter: stack
> Assignee: Jonathan Gray
> Fix For: 0.90.0
>
> Attachments: HBASE-2473-v1.patch, HBASE-2473-v2.patch,
> HBASE-2473_trunk.patch
>
>
> This would be an adornment on create table that pre-creates N regions in the
> new table. It came up yesterday at the hbase hackathon3.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.