sadanand48 commented on code in PR #4398:
URL: https://github.com/apache/ozone/pull/4398#discussion_r1139877030
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/SnapshotDiffManager.java:
##########
@@ -389,11 +393,13 @@ private Set<String> getDeltaFiles(OmSnapshot fromSnapshot,
// End of Workaround
}
- if (deltaFiles.isEmpty()) {
+ if (useFullDiff || deltaFiles.isEmpty()) {
Review Comment:
If useFullDiff is true then deltaFiles.isEmpty() is always true but I guess
its ok to have this .
--
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]