Lettuce memory leaks (io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected) #26024
Labels
for: external-project
Needs a fix in external project
status: invalid
An issue that we don't feel is valid
We have the next application setup:
2.0.6.RELEASE
2.0.6.RELEASE
5.1.6.RELEASE
(use Netty4.1.29.Final
)io.projectreactor.ipc:reactor-netty:jar:0.7.10.RELEASE
What I'm actually trying to do?
We have an application inside a docker container, which consumes more memory than JVM limitations. And yep, the application just got out of memory errors.
I know, that such reactor version (0.7.10) is kind of old, but anyway, I'm facing the next issues:
I really don't understand, why i have such issues with the
lettuce-epollEventLoop
thread?Actually, in this we have the next reactive places:
How can I fix it? How can I choose the correct versions?
P.S: Tried to increase the version of
lettuce-core
from 5.1.6.RELEASE to 6.0.1.RELEASE, but it's not worked for me.The text was updated successfully, but these errors were encountered: