log-error-2022-04-18.0.log 1.5 KB

1234567891011121314151617
  1. 2022-04-18 17:49:48.871 ERROR 7288 --- [nioEventLoopGroup-3-26] io.netty.util.ResourceLeakDetector : LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
  2. Recent access records:
  3. Created at:
  4. io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:349)
  5. io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:187)
  6. io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:178)
  7. io.netty.buffer.AbstractByteBufAllocator.ioBuffer(AbstractByteBufAllocator.java:139)
  8. io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.allocate(DefaultMaxMessagesRecvByteBufAllocator.java:114)
  9. io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:147)
  10. io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714)
  11. io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650)
  12. io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576)
  13. io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
  14. io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
  15. io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  16. io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  17. java.base/java.lang.Thread.run(Thread.java:829)