-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] SearchWithRandomDisconnectsIT testSearchWithRandomDisconnects failing #122707
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
Comments
…tSearchWithRandomDisconnects #122707
This has been muted on branch main Mute Reasons:
Build Scans: |
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
This has been muted on branch main Mute Reasons:
Build Scans:
|
…tSearchWithRandomDisconnects #122707
This has been muted on branch 8.x Mute Reasons:
Build Scans: |
…tSearchWithRandomDisconnects #122707
…tSearchWithRandomDisconnects elastic#122707
I collected the logs from an execution in both the main branch and the 8.x branch, where I see the following stackOverflowError.
This is the code under inspection
I understand that the issue lies within the while loop. If |
A damn I thought by making the stacks a little less deep I had fixed the above but not good enough it turns out :( |
Thank you, @original-brownbear, for the feedback. I was experimenting with this modification to schedule a call with an executor instead of looping. Please tell me what you think.
|
Running repeatedly via the command line after applying the update, we get the exception, which is also reported in the linked executions, e.g., https://gradle-enterprise.elastic.co/s/z7whiq4yjvjyi
|
Interesting @drempapis could it be that the executor we're using here rejects or throws some other exception maybe? Something is preventing the search from cleanly completing it seems. But it almost looks like this could be a bug too where we add to the |
It’s not related to the executor; the same error occurs in main, and I was able to reproduce it locally. I still need to do some additional debugging, and I'll start with the approach you suggested. |
This has been muted on branch 8.18 Mute Reasons:
Build Scans:
|
…tSearchWithRandomDisconnects #122707
This has been muted on branch 9.0 Mute Reasons:
Build Scans:
|
…tSearchWithRandomDisconnects #122707
Build Scans:
Reproduction Line:
Applicable branches:
9.0
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.
The text was updated successfully, but these errors were encountered: