sadanand48 commented on code in PR #4273:
URL: https://github.com/apache/ozone/pull/4273#discussion_r1122633534
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -3608,4 +3608,14 @@
production environments.
</description>
</property>
+
+ <property>
+ <name>ozone.om.snapshot.use.full.diff</name>
Review Comment:
Done.
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -603,6 +603,11 @@ public final class OzoneConfigKeys {
OZONE_OM_SNAPSHOT_PRUNE_COMPACTION_DAG_DAEMON_RUN_INTERVAL_DEFAULT =
TimeUnit.HOURS.toMillis(1);
+ public static final String OZONE_OM_SNAPSHOT_USE_FULL_DIFF =
+ "ozone.om.snapshot.use.full.diff";
+
+ public static final boolean OZONE_OM_SNAPSHOT_USE_FULL_DIFF_DEFAULT = false;
Review Comment:
Done.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]