smengcl commented on code in PR #4273:
URL: https://github.com/apache/ozone/pull/4273#discussion_r1122420206
##########
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>
+ <value>false</value>
+ <tag>OZONE, OM</tag>
+ <description>
+ If true, snapshot diff will not follow the optimised DAG based pruning
approach
+ for computation.
Review Comment:
```suggestion
If true, snapshot diff will always perform full diff (can be slow)
without using the optimised DAG based pruning approach.
```
--
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]