HBASE-23006 RSGroupBasedLoadBalancer should also try to place replicas for the same...
commitb20d9b9d0edf7d59bdb7cd6bf1ab866b46a761e6
authorDuo Zhang <zhangduo@apache.org>
Wed, 11 Sep 2019 03:10:46 +0000 (11 11:10 +0800)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2019 03:10:46 +0000 (11 11:10 +0800)
tree0e5e0978519f11cd4f305350a5de6694187b9b0a
parent3cfcee9edafaf99d878103981283853efda7489e
HBASE-23006 RSGroupBasedLoadBalancer should also try to place replicas for the same region to different region servers (#605)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
hbase-rsgroup/pom.xml
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupBasedLoadBalancer.java
hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/master/balancer/TestRSGroupBasedLoadBalancer.java
hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/master/procedure/TestSCPWithReplicasWithRSGroup.java [new file with mode: 0644]