-
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
[BUG] org.opensearch.search.simple.SimpleSearchIT.testSimpleTerminateAfterCount {p0={"search.concurrent_segment_search.enabled":"true"}} #9946
Comments
This should be related to the soft termination behavior of Will follow-up on this issue after we complete that one. |
Another failure here: #10375 (comment) I'm going to reopen. @sohami or @jed326 can you take a look? |
I am able to reproduce this using the test seed:
However, it looks like there is flakiness for both concurrent and non-concurrent cases (which makes sense since concurrent search is disabled for this path). Whenever I remove the In short: OpenSearch/server/src/internalClusterTest/java/org/opensearch/search/simple/SimpleSearchIT.java Lines 303 to 314 in 890663f
|
Just to be sure that this is an existing problem from before concurrent search changes, I checked out the 2.7 branch and applied the
|
Created a new issue to track this fix since this looks like it needs a deep dive into the search request path code: #10435 In the meantime I'll open a PR to avoid the |
References
https://build.ci.opensearch.org/job/gradle-check/25191/testReport/junit/org.opensearch.search.simple/SimpleSearchIT/testSimpleTerminateAfterCount__p0___search_concurrent_segment_search_enabled___true___/
To Reproduce
Stacktrace
The text was updated successfully, but these errors were encountered: