-
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] Failure in SumIT.testSingleValuedFieldWithFormatter #49778
Comments
Pinging @elastic/es-search (:Search/Search) |
I found more errors like this one, it does not reproduce. The stack trace looks like:
|
I think the error come from this call: elasticsearch/server/src/main/java/org/elasticsearch/action/search/SearchPhaseController.java Line 639 in cab99c0
This is a bit out my depth but the method is synchronised but the result that is given to the method seems to be shared across threads so I wonder if this is a concurrency issue. |
The list used by the search progress listener can be nullified by another thread that reports a query result. This change replaces the usage of this list with a new array that is synchronously modified. Closes elastic#49778
The list used by the search progress listener can be nullified by another thread that reports a query result. This change replaces the usage of this list with a new array that is synchronously modified. Closes #49778
The list used by the search progress listener can be nullified by another thread that reports a query result. This change replaces the usage of this list with a new array that is synchronously modified. Closes #49778
The list used by the search progress listener can be nullified by another thread that reports a query result. This change replaces the usage of this list with a new array that is synchronously modified. Closes elastic#49778
In https://gradle-enterprise.elastic.co/s/zyfrpx2dhy4tq/console-log?anchor=4774
7.x
Fails with some NPE:
The text was updated successfully, but these errors were encountered: