-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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] SearchStatsIT & IndexingIT failures #37179
Comments
Pinging @elastic/es-search |
Muted on master in 7cc749d |
Does not reproduce
|
@jimczi please could you check if the problem in This failure happened in an ML test which timed out because it took more than 20 minutes. However, the root cause is that an assertion tripped while initializing a scroll:
That failure was in 6.6. If it's a completely different problem and you'd prefer it raised in a new issue let me know. |
Yes this is a different issue, the one described here should only happen on master. |
OK cool. I transferred it to #37185. |
I think this assertion is also causing failures in the mixed cluster test From the log file:
|
This change fixes an unreleased bug that assigns the wrong totalHits to scroll queries. Closes #37179
|
…etTotalHits This change turns an assertion into an IllegalStateException in SearchPhaseController#getTotalHits. The goal is to help identify the cause of the failures in #37179 which seems to fail only in CI. The assertion will be restored when the issue is solved (NORELEASE).
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/1090/console
This is a reproducible failure that errors with
The text was updated successfully, but these errors were encountered: