Netty 4.1.17检漏仪没有细节

时间:2017-12-01 16:36:54

标签: memory-leaks netty

尝试升级代码以使用Netty 4.1.17时,ResourceLeakDetector有时会引发泄漏错误:

17:18:12.589 ERROR [s.n.u.ResourceLeakDetector] :: LEAK: ByteBuf.release() was not called before it's garbage-collected. See http://netty.io/wiki/reference-counted-objects.html for more information.
Recent access records: 
[info] My debug

Recent access records:之后,没有关于检测到泄漏的详细信息,因此很难找出原因。

使用-Dio.netty.leakDetection.level=paranoid将检测级别设置为PARANOID(在测试运行时找到该属性)。

知道如何获取更多信息吗?

0 个答案:

没有答案