[
https://issues.apache.org/jira/browse/HBASE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969080#action_12969080
]
HBase Review Board commented on HBASE-3305:
-------------------------------------------
Message from: "Jonathan Gray" <[email protected]>
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.cloudera.org/r/1271/#review2042
-----------------------------------------------------------
Almost there. Some spacing only changes still in here and need to move out
logic into AM method.
trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
<http://review.cloudera.org/r/1271/#comment6445>
still tabbing changes here and next method signature as well
trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
<http://review.cloudera.org/r/1271/#comment6446>
same as stack's original comment. this logic should be in
AssignmentManager. I wouldn't reuse the method 'assignAllUserRegions' because
it says "all" in it. A method 'assignUserRegions' which takes a list and does
a bulk assign w/ round-robin would make sense . 'assignAllUserRegions' could
then call it once it makes a list of regions.
- Jonathan
> Allow round-robin distribution for table created with multiple regions
> ----------------------------------------------------------------------
>
> Key: HBASE-3305
> URL: https://issues.apache.org/jira/browse/HBASE-3305
> Project: HBase
> Issue Type: Improvement
> Components: master
> Affects Versions: 0.20.6
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: hbase-3305-array.patch,
> hbase-3305-default-round-robin.patch, hbase-3305-round-robin-unit-test.patch,
> hbase-3305.patch
>
>
> We can distribute the initial regions created for a new table in round-robin
> fashion.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.