-
Notifications
You must be signed in to change notification settings - Fork 1.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] o.o.transport.netty4.OpenSearchLoggingHandlerIT fails w/ stack overflow #1767
Comments
@nknize when I run the tests individually they pass. But I can reproduce this when I run this as part of the entire test suite. |
Interestingly though, the issue seems to be not reproducible anymore with #1781 - need to figure out the root cause. |
@adnapibar I was trying to reproduce this issue based on #1843 Gradle logs, completely failed at it.
If you happens to see it in any CI build, please let me know. The suspects are: |
Two more failures caught on #1984 |
How to reproduce:
|
First discovered in PR #1691
The following failure is reproducible going back to commit 821417b. I was not able to reproduce it in the commit prior b74d71f.
The failure is a nasty stackOverflow exception in the form of:
Looks like this might cause a node to fail resulting in nearly 1GB worth of transport logs dumped to file.
Unsure if this is a failure isolated to the test setup or if this is reproducible in production. Setting Severity-Major for now.
The text was updated successfully, but these errors were encountered: