rich7420 opened a new pull request, #11291: URL: https://github.com/apache/ozone/pull/11291
## What changes were proposed in this pull request? Handle null responses from failed purge submissions at both batch flush sites, avoiding a `NullPointerException`. Stop processing the failed run before updating deletion counters. Exact accounting for batches committed before a later failure is outside this change (HDDS-16437). Related: #11118 changes the same batching code. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16440 ## How was this patch tested? - Six regression cases cover submission exceptions and unsuccessful responses in the first, middle and final batches, followed by a successful retry. All six fail without the fix and pass with it. - Local checkstyle passed. - [Fork CI passed](https://github.com/rich7420/ozone/actions/runs/35572209745). - [10×10 check for TestDirectoryDeletingService](https://github.com/rich7420/ozone/actions/runs/35584714770) is running. 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]
