This is an automated email from the ASF dual-hosted git repository.
reidchan pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1 by this push:
new 852b1b0 HBASE-25846 Backport 'HBASE-25825
RSGroupBasedLoadBalancer.onConfigurationChange should chain the request to
internal balancer' to branch-1 (#3231)
852b1b0 is described below
commit 852b1b0826804954df274e6804b561bafe2882d8
Author: caroliney14 <[email protected]>
AuthorDate: Wed May 5 00:15:49 2021 -0700
HBASE-25846 Backport 'HBASE-25825
RSGroupBasedLoadBalancer.onConfigurationChange should chain the request to
internal balancer' to branch-1 (#3231)
Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Reid Chan <[email protected]>
---
.../java/org/apache/hadoop/hbase/rsgroup/RSGroupBasedLoadBalancer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupBasedLoadBalancer.java
b/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupBasedLoadBalancer.java
index 8785423..a408833 100644
---
a/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupBasedLoadBalancer.java
+++
b/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupBasedLoadBalancer.java
@@ -450,7 +450,7 @@ public class RSGroupBasedLoadBalancer implements
RSGroupableBalancer, LoadBalanc
@Override
public void onConfigurationChange(Configuration conf) {
- //DO nothing for now
+ internalBalancer.onConfigurationChange(conf);
}
@Override