smengcl opened a new pull request, #10698: URL: https://github.com/apache/ozone/pull/10698
Generated-by: Claude Code (Fable 5) ## What changes were proposed in this pull request? Same family as HDDS-15521. (1) when the datanode ends the gRPC stream while the client awaits requested data, poll() returns null and readFromQueue() throws NPE, which also bypasses handleExceptions() retry/failover since it isn't an IOException (2) the onNext error path throws IndexOutOfBoundsException building a 10-byte hex preview of payloads under 10 bytes before setFailed() records the real failure, and dereferences a possibly-null getResponse(). ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15794 ## How was this patch tested? - Added new unit 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]
