ddupg commented on a change in pull request #1789:
URL: https://github.com/apache/hbase/pull/1789#discussion_r431637743



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupBasedLoadBalancer.java
##########
@@ -77,6 +81,23 @@
   private volatile RSGroupInfoManager rsGroupInfoManager;
   private LoadBalancer internalBalancer;
 
+  /** Define the config key of if fallback group is enabled */
+  public static final String FALLBACK_GROUP_ENABLED_KEY = 
"hbase.rsgroup.fallback.groups.enable";

Review comment:
       OK, I keep only FALLBACK_GROUPS_KEY and remove 
FALLBACK_GROUP_ENABLED_KEY.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to