Claus Ibsen created CAMEL-8899:
----------------------------------
Summary: netty4-http - Got a warn about leak detection
Key: CAMEL-8899
URL: https://issues.apache.org/jira/browse/CAMEL-8899
Project: Camel
Issue Type: Bug
Components: camel-netty4-http
Reporter: Claus Ibsen
Got this from building a timer that uses netty4-http to call a remote HTTP with
keepAlive=false&disconnect=true
{code}
[ead #18 - NettyClientTCPWorker] ResourceLeakDetector ERROR 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() See
http://netty.io/wiki/reference-counted-objects.html for more information.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)