-
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][Meta] GA readiness items #9100
Comments
@Pallavi-AWS Fyi |
Maybe a dumb question, why not enable it by default? We have enabled the feature and never saw any disadvantages, even in the experimental stage. Just a decent performance improvement. 👍 |
@sandervandegeijn We definitely want to explore making concurrent segment search the default case but in the first release we want to minimize any potential disruptions to users. We already know that in cases of very high resource usage concurrent search may see some performance regressions. I'm thinking after the GA release of concurrent search we can start a more detailed discussion on the pros/cons of making concurrent search default. |
Okay cool :) Caution is almost always a good thing! |
@reta We were planning on targetting |
Thanks @reta. I did a quick review of the tests in that search link:
We have been triaging & tracking the failing tests related to concurrent search in the project view here, and as you can see there is only the single test remaining (#11875): |
I did a deeper crawl through all of the open flaky test issues as well and I didn't find any other open issues that are related to concurrent search either. @reta @andrross Let me know if you think there's anything else we can verify to de-risk a 2.12.0 launch. Thanks! |
Thanks @jed326 , indeed I see only #11875 to be really related (hopefully we'll get it in soon). Another pending fix is here #10836 but that for tests only. That definitely makes this change less risky :-) thanks again. |
Thanks @reta! I'll move this issue back to 2.12.0 for now then. As for the GA PR, I will also poke around and see if there are any other maintainers who can take a crack at if while you are busy. |
I've put together an "operational readiness" issue that compiles all the work and artifacts that went into getting this feature ready for release: #12118 Would love to get feedback on that issue, on both the operational readiness template/process as well as the specific content for the concurrent search release. FYI @reta |
Going to leave this open until 2.12 is launched |
This is a place holder issue for tracking all the GA readiness work items needed for concurrent search:
opensearch.experimental.feature.concurrent_segment_search.enabled
search.concurrent_segment_search.enabled
tofalse
after above is done[DOC] Concurrent Segment Search support in OpenSearch documentation-website#3662
The text was updated successfully, but these errors were encountered: