sadanand48 commented on code in PR #5155:
URL: https://github.com/apache/ozone/pull/5155#discussion_r1287504451
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/SnapshotDeletingService.java:
##########
@@ -564,6 +569,14 @@ public void submitRequest(OMRequest omRequest) {
}
}
+ public static boolean shouldIgnoreSnapshot(SnapshotInfo snapInfo,
+ SnapshotInfo.SnapshotStatus snapshotStatus,
Review Comment:
Done, removed the extra param
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/SnapshotDeletingService.java:
##########
@@ -564,6 +569,14 @@ public void submitRequest(OMRequest omRequest) {
}
}
+ public static boolean shouldIgnoreSnapshot(SnapshotInfo snapInfo,
+ SnapshotInfo.SnapshotStatus snapshotStatus,
+ boolean isSstFilteringServiceEnabled) {
+ return !snapshotStatus.equals(
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]