Willem Jiang created CXF-5707: --------------------------------- Summary: camel-netty-http-server buf leak Key: CXF-5707 URL: https://issues.apache.org/jira/browse/CXF-5707 Project: CXF Issue Type: Bug Components: Transports Affects Versions: 3.0.0-milestone2, 3.0.0-milestone1 Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 3.0.0
I just found the below error when doing the performance test of netty-http-server module. {code} SEVERE: 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.leakDetectionLevel=advanced' or call ResourceLeakDetector.setLevel() {code} -- This message was sent by Atlassian JIRA (v6.2#6252)