swamirishi opened a new pull request, #8054: URL: https://github.com/apache/ozone/pull/8054
## What changes were proposed in this pull request? Currently rename entries are never reclaimed and these entries can be reclaimed on snapshot deep cleaning by just peeking into the previous snapshot if the object exists either in the directoryTable/FileTable/KeyTable. While performing this operation we should ensure read locks are taken on the previous snapshot and the previous snapshot is not deleted. As part of this patch we implement ReclaimableRenameEntryFilter which extends abstract class ReclaimableFilter and check whether this rename entry corresponding to the object exists in the previous snapshot. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12561 ## How was this patch tested? Unit tests -- 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]
