[
https://issues.apache.org/jira/browse/HBASE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969135#action_12969135
]
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/#review2047
-----------------------------------------------------------
almost :)
trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
<http://review.cloudera.org/r/1271/#comment6451>
why is this and above import of EventType moved in your diff?
trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
<http://review.cloudera.org/r/1271/#comment6452>
white space here and two lines below
trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
<http://review.cloudera.org/r/1271/#comment6453>
put back the previous comment about round-robin, and whitespace (tabs?)
trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
<http://review.cloudera.org/r/1271/#comment6454>
Generally it's not good or "right" to catch, log, and ignore an IE. How is
this handled elsewhere?
- 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.