-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ByteBuf.release() was not called before it's garbage-collected #930
Labels
type: feature
A new feature
Milestone
Comments
The attached stack trace originates from Lettuce 5.x, not the 4.x version. Thanks for reporting the issue. |
mp911de
added a commit
that referenced
this issue
Nov 24, 2018
Lettuce now makes sure to properly release temporary buffers after encoding keys and values. This avoids memory leaks caused by encoding errors.
mp911de
added a commit
that referenced
this issue
Nov 24, 2018
Lettuce now makes sure to properly release temporary buffers after encoding keys and values. This avoids memory leaks caused by encoding errors.
mp911de
added a commit
that referenced
this issue
Nov 24, 2018
Lettuce now makes sure to properly release temporary buffers after encoding keys and values. This avoids memory leaks caused by encoding errors.
mp911de
added a commit
that referenced
this issue
Nov 24, 2018
Lettuce now makes sure to properly release temporary buffers after encoding keys and values. This avoids memory leaks caused by encoding errors.
The improvement is in place now. |
Thanks for your reply. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using Lettuce 5.1.2.RELEASE + Netty 4.1.28.Final and see the following error.
It seems the leak is from the invoke command.
The text was updated successfully, but these errors were encountered: