apurtell commented on code in PR #7183:
URL: https://github.com/apache/hbase/pull/7183#discussion_r2254934632
##########
hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java:
##########
@@ -1533,6 +1533,15 @@ public enum OperationStatusCode {
// User defined Default TTL config key
public static final String DEFAULT_SNAPSHOT_TTL_CONFIG_KEY =
"hbase.master.snapshot.ttl";
+ // Soft drop for destructive table actions configuration
+ public static final String SNAPSHOT_BEFORE_DESTRUCTIVE_ACTION_ENABLED_KEY =
+ "hbase.snapshot.before.destructive.action.enabled";
+ public static final boolean
DEFAULT_SNAPSHOT_BEFORE_DESTRUCTIVE_ACTION_ENABLED = false;
Review Comment:
I think this would be surprising for releasing branches, but we could do
this for `master`
--
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]