Gargi-jais11 opened a new pull request, #8297: URL: https://github.com/apache/ozone/pull/8297
## What changes were proposed in this pull request? Currently it uses deltaSizes to record the pre-allocated and pre-deleted bytes of each volume due to there is selected container to move. But deltaSizes is not aware by other activities, such as container creation, container moving command by container balancer. So there is chance that data volume will be over allocated due to this. This task aims to use HddsVolume#committedBytes to replace deltaSizes, so that the space pre-allocated by disk balancer will be fully awared by HddsVolume. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12431 ## How was this patch tested? Passed existing 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]
