-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[ci] SimpleNetty4TransportTests.testChannelCloseWhileConnecting #32289
Comments
Pinging @elastic/es-core-infra |
This can be reproduced by running |
Different test but looks related - same resource leak stack trace from netty https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+default-distro/176/console |
* Test `handler` must release buffer the same way the replaced `org.elasticsearch.http.netty4.Netty4HttpRequestHandler#channelRead0` releases it * Closes elastic#32289
Fixed in #32296 in a pretty straightforward way. Hope this is the only source (second one looks like it could be from the same source, so I have some optimism :)) |
* Test `handler` must release buffer the same way the replaced `org.elasticsearch.http.netty4.Netty4HttpRequestHandler#channelRead0` releases it * Closes #32289
@original-brownbear this failed again for me: I can get it to fail in a loop:
|
@nik9000 right, seems this is a different failure though, not a buffer leak. I'll take a look at it regardless in a bit though :) |
The reopening of this issue should be fixed by #32991 |
#32991 has been merged. Closing. |
Does not reproduce
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+release-tests/888/console
build-888.txt
The text was updated successfully, but these errors were encountered: