quantranhong1999 commented on pull request #886: URL: https://github.com/apache/james-project/pull/886#issuecomment-1050628247
Hi, I still spot ByteBuf leak (already have your commit fixing it). ``` james | 07:50:05.393 [ERROR] i.n.u.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. james | Recent access records: james | Created at: james | io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:402) james | io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:188) james | io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:179) james | io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:116) james | io.netty.handler.ssl.SslHandler.allocate(SslHandler.java:2247) james | io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1336) james | io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1234) james | io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1283) james | io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:507) james | io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:446) james | io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) james | io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) james | io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) james | io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) james | io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) james | io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) james | io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) james | io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) james | io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) james | io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722) james | io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658) james | io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584) james | io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496) james | io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) james | io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) james | io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) james | java.base/java.lang.Thread.run(Unknown Source) ``` -- 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]
