HBASE-25846 Backport 'HBASE-25825 RSGroupBasedLoadBalancer.onConfigurationChange should chain the request to internal balancer' to branch-1 (#3231)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Reid Chan <reidchan@apache.org>
This commit is contained in:
caroliney14 2021-05-05 00:15:49 -07:00 committed by GitHub
parent 633d966bfe
commit 852b1b0826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ public class RSGroupBasedLoadBalancer implements RSGroupableBalancer, LoadBalanc
@Override
public void onConfigurationChange(Configuration conf) {
//DO nothing for now
internalBalancer.onConfigurationChange(conf);
}
@Override