This is an automated email from the ASF dual-hosted git repository.
prashantpogde pushed a commit to branch HDDS-6517-Snapshot
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/HDDS-6517-Snapshot by this
push:
new 113072c16c HDDS-7583. Support efficient Snapdiff only until configured
Snapshot history (#4036)
113072c16c is described below
commit 113072c16cfef68e97554d5c67201b479d704cad
Author: Swaminathan Balachandran <[email protected]>
AuthorDate: Tue Dec 13 14:51:41 2022 -0700
HDDS-7583. Support efficient Snapdiff only until configured Snapshot
history (#4036)
thanks @swamirishi for working on this.
---
.../src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
index 74ed487e8c..6d05c2da3a 100644
---
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
+++
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
@@ -534,6 +534,11 @@ public final class OzoneConfigKeys {
public static final String OZONE_OM_SNAPSHOT_CACHE_MAX_SIZE =
"ozone.om.snapshot.cache.max.size";
public static final int OZONE_OM_SNAPSHOT_CACHE_MAX_SIZE_DEFAULT = 10;
+
+ public static final String OZONE_SNAPSHOT_MAX_HISTORY =
+ "ozone.om.snapshot.history.max.count";
+
+ public static final int OZONE_SNAPSHOT_MAX_HISTORY_DEFAULT = 10;
/**
* There is no need to instantiate this class.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]