Kota-SH commented on code in PR #6887:
URL: https://github.com/apache/hbase/pull/6887#discussion_r2112627979
##########
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:
All config keys in this class use dots as separators. Can we follow a
similar approach here and use something like this - active.cluster.suffix.id?
--
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]