You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/06/24 21:07:05 UTC

[jira] [Created] (CAMEL-8899) netty4-http - Got a warn about leak detection

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)