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

Huaxiang Sun commented on HBASE-24582:
--------------------------------------

Got it.

> The current implementation of assignMetaReplicas() may assign replica meta 
> regions to the same server hosting primary meta region.
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-24582
>                 URL: https://issues.apache.org/jira/browse/HBASE-24582
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: Huaxiang Sun
>            Assignee: Huaxiang Sun
>            Priority: Major
>
> We need to take the approach similar to SplitTableRegionProcedure, which uses 
> round robin algo to assign replica regions and excludes the primary server.
>  
> {code:java}
> return AssignmentManagerUtil.createAssignProceduresForOpeningNewRegions(env, 
> hris,
>  getRegionReplication(env), getParentRegionServerName(env));{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to