kabhishek4 commented on code in PR #6887:
URL: https://github.com/apache/hbase/pull/6887#discussion_r2113652108


##########
hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java:
##########
@@ -1668,6 +1668,9 @@ public enum OperationStatusCode {
    */
   public final static boolean HBASE_GLOBAL_READONLY_ENABLED_DEFAULT = false;
 
+  /** name of the file having active cluster suffix */
+  public static final String ACTIVE_CLUSTER_SUFFIX_FILE_NAME = 
"active_cluster_suffix.id";

Review Comment:
   Sure, will change that



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to