-
Notifications
You must be signed in to change notification settings - Fork 53
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
Netty resources leak when performing perf tests #133
Comments
Resolved hence closing.. |
reopening since this needs to be ported to master branch as well. |
Also the proposed fix does not fix the bug in ByteToMessageDecoder! I get similar errors in production when using a simple LengthFieldBasedFrameDecoder as the first element in the channel pipeline, and the last access of the buffer is at the same place as in this bug. This is the stack trace of the last access to the buffer:
Please not that I am using 4.1.12 currently and the advanced leak detector seems to count downwards for me, not upwards as in OPs comment. |
Closing this, since the fix has been ported to master via #182. |
Description:
When performing a perf test using http request-response flow, following LEAK error message is getting printed.
After setting the leak detection level to "ADVANCED", it provides following logs.
The text was updated successfully, but these errors were encountered: