[
https://issues.apache.org/jira/browse/HBASE-24582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17139122#comment-17139122
]
Duo Zhang commented on HBASE-24582:
-----------------------------------
No, I just mean the method in MasterMetaBootstrap...
> 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)