[ 
https://issues.apache.org/jira/browse/HBASE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966772#action_12966772
 ] 

Ted Yu commented on HBASE-3305:
-------------------------------

Currently we have this in HMaster:
{code}
  private synchronized void createTable(final HRegionInfo [] newRegions, 
boolean sync)
{code}

Maybe we should change the second parameter to EnumSet<TableCreationFlag> so 
that both sync and round-robin options can be expressed.

> 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
>
> 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.

Reply via email to