liuzhengyang / simple-rpc

RPC with service discovery base on netty

Home Page:https://liuzhengyang.github.io/2016/12/16/rpc-principle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible reference leak

liuzhengyang opened this issue · comments

LEAK: ByteBuf.release() was not called before it's garbage-collected. Enable advanced leak reporting to find out where the leak occurred. To enable advanced leak reporting, specify the JVM option '-Dio.netty.leakDetection.level:advanced' or call ResourceLeakDetector.setLevel() See http://netty.io/wiki/reference-counted-objects.html for more information.

2017-01-17 03:00:16,353 nioEventLoopGroup-5-1 ERROR (ProtocolDecoder:37) - Decoder Result is null this log happend. While this is irrelevant.

Haven't happened since that day.