huaxiangsun commented on a change in pull request #4044:
URL: https://github.com/apache/hbase/pull/4044#discussion_r789897609



##########
File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
##########
@@ -1123,6 +1123,8 @@
   public static final String USE_META_REPLICAS = "hbase.meta.replicas.use";
   public static final boolean DEFAULT_USE_META_REPLICAS = false;
 
+  public static String LOCATOR_META_REPLICAS_MODE = 
"hbase.locator.meta.replicas.mode";

Review comment:
       Originally, I tried to avoid org.apache.hadoop.hbase.client import in 
org.apache.hadoop.hbase.ClientMetaTableAccessor. Checking again, there are 
client module imports in this file,
   ```
   import org.apache.hadoop.hbase.client.Consistency;
   import org.apache.hadoop.hbase.client.Get;
   
   ```
   I will revert this change.




-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

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


Reply via email to