rich7420 opened a new pull request, #9304: URL: https://github.com/apache/ozone/pull/9304
## What changes were proposed in this pull request? This PR fixes a potential resource leak in `StreamingClient.stream()` where Netty channels may not be properly closed in timeout or exception scenarios. The fix ensures channels are always closed in a `finally` block and adds proper timeout handling. ## What is the link to the Apache JIRA [HDDS-13939](https://issues.apache.org/jira/browse/HDDS-13939) ## How was this patch tested? https://github.com/rich7420/ozone/actions/runs/19404511402 -- 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]
