Sorry for the misleading, I rechecked the code, because the ``private[netty] abstract class NettyChannelHandlerAdapter extends SimpleChannelInboundHandler[ByteBuf]`` , which the bytebuf will then be released. is there anyone open up a -Dio.netty.leakDetection.level=PARANOID to see where it leaked?
何品 kerr <hepin1...@gmail.com> 于2024年12月28日周六 22:58写道: > FYI, sorry again :(" > 何品 > > > ---------- Forwarded message --------- > 发件人: kerr <hepin1...@gmail.com> > Date: 2024年12月28日周六 22:54 > Subject: Memory leak in pekko's Netty 4 transport. > To: <d...@flink.apache.org> > > > First, super sorry about this. > https://github.com/apache/pekko/pull/1635 > > I just noticed this issue and did a quick check about it. > The memory leak is because I forgot the `Bytebuf#release` call. > > We will try to work out a release soon on 1.1.3 > > 何品 >