BsoBird commented on PR #257:
URL: https://github.com/apache/tez/pull/257#issuecomment-1801123371

   @abstractdog 
   hi,Could you explain why request.release() was removed? It seems that 
removing request.relase() causes leak in Netty.
   ```
        public void channelRead(ChannelHandlerContext ctx, Object message)
            throws Exception {
   -      FullHttpRequest request = (FullHttpRequest) message;
   +      HttpRequest request = (HttpRequest) message;
          handleRequest(ctx, request);
   -      request.release();
        }
   ```


-- 
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]

Reply via email to