aswinshakil commented on code in PR #4407:
URL: https://github.com/apache/ozone/pull/4407#discussion_r1140792104
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/SnapshotDeletingService.java:
##########
@@ -281,12 +331,40 @@ private boolean checkKeyReclaimable(
return false;
Review Comment:
We will reclaim these blocks on the `deletedTable`, here these uncommitted
blocks are put in `reclaimList` which will be reclaimed by
`KeyDeletingService`.
--
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]