This is an automated email from the ASF dual-hosted git repository.

siyao 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 39bd6090bd Revert "HDDS-7583. Support efficient Snapdiff only until 
configured Snapshot history (#4036)" (#4103)
39bd6090bd is described below

commit 39bd6090bdc8ce67fec948ca8ebde5cf64572c37
Author: Siyao Meng <[email protected]>
AuthorDate: Fri Dec 16 15:05:24 2022 -0800

    Revert "HDDS-7583. Support efficient Snapdiff only until configured 
Snapshot history (#4036)" (#4103)
---
 .../src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java       | 5 -----
 1 file changed, 5 deletions(-)

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 6d05c2da3a..74ed487e8c 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,11 +534,6 @@ 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]

Reply via email to