swamirishi commented on code in PR #8525: URL: https://github.com/apache/ozone/pull/8525#discussion_r2117044657
########## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/KeyDeletingService.java: ########## @@ -321,6 +321,10 @@ public BackgroundTaskResult call() { snapInfo = snapshotId == null ? null : SnapshotUtils.getSnapshotInfo(getOzoneManager(), snapshotChainManager, snapshotId); if (snapInfo != null) { + if (snapInfo.getDeepClean()) { + LOG.info("Snapshot {} has already been deep cleaned. Skipping the snapshot in this iteration.", snapInfo); Review Comment: done, just keeping the snapshotId should be enough for debugging -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org