aryangupta1998 opened a new pull request #1885:
URL: https://github.com/apache/ozone/pull/1885


   ## What changes were proposed in this pull request?
   
   Currently datanode's deletion config is based on number of containers on 
which deletion should be performed(default value 10). The deletion is only 
performed on those containers.
   
   It should rather be based on number of blocks to delete per interval rather 
than number of containers to process. If a datanode has 100000 containers and 
every container has 10 blocks to delete then deletion of all these blocks can 
take a lot of time with the current configuration. It would take 100000/10 = 
10000 intervals for deletion to complete.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4504
   
   ## How was this patch tested?
   
   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]

Reply via email to