sadanand48 opened a new pull request #1555: URL: https://github.com/apache/ozone/pull/1555
## What changes were proposed in this pull request? This change makes the Trash Emptier multithreaded. i.e the main emptier thread starts a thread pool executor and executes tasks (checkpointing and deletion) present in the task queue. the parallelism is obtained at the bucket level as fs.trashRoots for a root OFS URI returns a list of bucket level trashroots. This contains changes of [HDDS-4307](https://github.com/apache/ozone/pull/1507) & [HDDS-4346](https://github.com/apache/ozone/pull/1535) ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4347 ## How was this patch tested? Added unit tests and tested manually ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
