aswinshakil opened a new pull request, #5339: URL: https://github.com/apache/ozone/pull/5339
## What changes were proposed in this pull request? Currently, deleted directories are kept in snapshot's `deletedDirTable`. It doesn't have information on the total size of the keys it holds. So we won't be able to get the `exclusiveSize` of the snapshot unless we expand it. This PR expands the `deledDirTable` of all the snapshots. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9312 ## How was this patch tested? Added Integration Test. -- 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]
