-
Notifications
You must be signed in to change notification settings - Fork 78
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
Added runners for enabling concurrent segment search via settings #591
Added runners for enabling concurrent segment search via settings #591
Conversation
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
afc6496
to
d25b145
Compare
@@ -2696,3 +2697,17 @@ async def __call__(self, opensearch, params): | |||
|
|||
def __repr__(self, *args, **kwargs): | |||
return "deploy-ml-model" | |||
|
|||
class EnableConcurrentSegmentSearch(Runner): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: What do you think about naming as UpdateConcurrentSegmentSearchClusterSettings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack, makes sense if we're adding the slice count
param
@martin-gaievski Do you have plan to add slice settings as well? |
do you mean setting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fdb3cb0
to
034def4
Compare
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
034def4
to
41b0429
Compare
Description
Added EnableConcurrentSegmentSearch runner, this will be used in semantic search workloads like https://github.com/opensearch-project/opensearch-benchmark-workloads/tree/main/noaa_semantic_search or one that is in PR opensearch-project/opensearch-benchmark-workloads#342
Issues Resolved
building block for opensearch-project/opensearch-benchmark-workloads#341
Testing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.