Hello,
I'm having this kind of log in my application:
08:34:25.715 ERROR ResourceLeakDetector - 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.
It happens when I switch to netty implementation com.github.dockerjava.netty.DockerCmdExecFactoryImpl
Is it a known issue ?
Thanks,
Minh Khang VU