-
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
[Concurrent Segment Search] SimpleNestedIT tests using nested sort are flaky for concurrent segment search #11187
Comments
can u add the stacktrace for the failing tests, the gradle check url just has failure for testSimpleNestedSortingWithNestedFilterMissing |
It's the same query phase exception for all of the tests, will add it to the issue description |
Previous sort related issue #8510 looks like it was related to some race condition in collect. From stack trace error is coming from |
The problem here is that the Will follow-up with some potential solutions. |
I think these tests themselves have actually been fixed by #11249, however the underlying race condition issue still exists. Now the tests do not go down the |
Describe the bug
The following tests are flaky for concurrent segment search:
See: https://build.ci.opensearch.org/job/gradle-check/29891
All tests show the same shard failure
These tests have all been muted for concurrent segment search case in #11181 so we do not expect to see any test failures in Gradle Check
The text was updated successfully, but these errors were encountered: