priyeshkaratha opened a new pull request, #9871: URL: https://github.com/apache/ozone/pull/9871
## What changes were proposed in this pull request? The term committed used in the code to indicate the pre-allocated commit bytes in the storage report. But in StorageDistribution report committed used is to indicate the total bytes completed/finalized written to ozone. So here refactoring the code to change pre-allocated container bytes use term committed for writen complete size user the tern finalizedKeyBytes. ## What is the link to the Apache JIRA HDDS-14611 ## How was this patch tested? Tested using existing unit testcase and integration 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]
