ozone icon indicating copy to clipboard operation
ozone copied to clipboard

HDDS-11605. Directory deletion service should support multiple threads

Open aryangupta1998 opened this issue 4 months ago • 0 comments

What changes were proposed in this pull request?

When a large amount of data is deleted, we may see slow progress in clearing it out due to the large backlog of pending deletes, even if all deletion services run for their full intervals and collect their maximum number of entries. To speed up deletion further, more threads will need to be configured. This PR helps to support multi-threaded deletion for the directory deleting service.

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-11605

How was this patch tested?

Tested Manually.

aryangupta1998 avatar Oct 23 '24 08:10 aryangupta1998