chihsuan opened a new pull request, #10794: URL: https://github.com/apache/ozone/pull/10794
Jira: https://issues.apache.org/jira/browse/HDDS-15835 ## Problem QuotaRepairTask did not count committed parts belonging to incomplete multipart uploads. A later abort released those bytes, which could make bucket usedBytes negative. ## Change Scan multipartInfoTable from the quota-repair checkpoint and add the replicated size of committed legacy and split-parts MPU entries to bucket usedBytes. MPU parts do not add usedNamespace. ## Testing - mvn -pl :ozone-manager test -Dtest=TestQuotaRepairTask -DskipShade -DskipRecon -DskipDocs - ./hadoop-ozone/dev-support/checks/checkstyle.sh Generated-by: Codex (GPT-5) -- 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]
