sklochkov2 commented on PR #19754: URL: https://github.com/apache/druid/pull/19754#issuecomment-5097414939
> * processing/src/main/java/org/apache/druid/java/util/http/client/NettyHttpClient.java:327 - [P2] Release inbound messages when handlers throw. Normal branches release `msg`, but handler, parsing, or limit exceptions jump here first. `ChannelInboundHandlerAdapter` does not auto-release, so exceptional responses leak their pooled buffer. Release the inbound message in a `finally` block. Addressed this one as well. -- 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]
