Huaxiang Sun created HBASE-24582:
------------------------------------
Summary: 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
We need to take the approach similar to SplitTableRegionProcedure, which uses
round robin algo to assign replica regions and excludes the primary server.
'''return AssignmentManagerUtil.createAssignProceduresForOpeningNewRegions(env,
hris,
getRegionReplication(env), getParentRegionServerName(env));'''
--
This message was sent by Atlassian Jira
(v8.3.4#803005)