sadanand48 opened a new pull request, #7365:
URL: https://github.com/apache/ozone/pull/7365

   ## What changes were proposed in this pull request?
   Currently we limit the number of deletion objects (directories) in each run 
of DirectoryDeletingService based on Ratis request limit i.e If Ratis request 
proto size exceeds the limit , DDS stops sending further dirs for purging in 
the same run which means the task limit per run is not honoured. This PR fixes 
this by batching the requests as per Ratis proto limit and sending mutiple 
purge requests in the same run. This way the task limit per run is honoured.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-11508
   
   ## 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]

Reply via email to