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

   ## What changes were proposed in this pull request?
   
   - change max limit for DirectoryDeletingService to 6000 (from 10000), 
considering, 4KB size (considering acls, key/file name, and other meata)  * 
6000, resulting 24MB
   - If overall request size crosses the size limit, and excluding the latest 
request do not have any information to delete, then consider limit as 1000 for 
the task for deletion and retry with same.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-8977
   
   ## How was this patch tested?
   
   - Testcase is added to verify the case of crossing limit size and retrying 
with 1000 limit for the task.
   


-- 
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