Skip to content
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

Update search.concurrent.max_slice setting to dynamic cluster setting for main with lucene-9.8 #9107

Merged
merged 2 commits into from
Aug 7, 2023

Conversation

sohami
Copy link
Collaborator

@sohami sohami commented Aug 3, 2023

Description

This is a follow-up to #7358 to make the setting search.concurrent.max_slice dynamic in main (with lucene 9.8 version). This PR will not be backported to 2.x unless lucene 9.8 is released and available in 2.x branch. Until then we will use the static setting mechanism for 2.x branch supported by previous PR.

Related Issues

#8870

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 3, 2023

Gradle Check (Jenkins) Run Completed with:

@sohami sohami force-pushed the issue-8870-new branch 3 times, most recently from cd2ff62 to f1bd76a Compare August 4, 2023 00:03
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2023

Gradle Check (Jenkins) Run Completed with:

@opensearch-trigger-bot
Copy link
Contributor

Compatibility status:



> Task :checkCompatibility
Incompatible components: [https:/opensearch-project/anomaly-detection.git, https:/opensearch-project/asynchronous-search.git, https:/opensearch-project/performance-analyzer.git, https:/opensearch-project/security-analytics.git]
Compatible components: [https:/opensearch-project/security.git, https:/opensearch-project/alerting.git, https:/opensearch-project/index-management.git, https:/opensearch-project/sql.git, https:/opensearch-project/observability.git, https:/opensearch-project/job-scheduler.git, https:/opensearch-project/common-utils.git, https:/opensearch-project/k-nn.git, https:/opensearch-project/reporting.git, https:/opensearch-project/cross-cluster-replication.git, https:/opensearch-project/geospatial.git, https:/opensearch-project/notifications.git, https:/opensearch-project/ml-commons.git, https:/opensearch-project/performance-analyzer-rca.git, https:/opensearch-project/neural-search.git, https:/opensearch-project/opensearch-oci-object-storage.git]

BUILD SUCCESSFUL in 28m 57s

@opensearch-trigger-bot
Copy link
Contributor

Compatibility status:



> Task :checkCompatibility
Incompatible components: [https:/opensearch-project/security-analytics.git, https:/opensearch-project/anomaly-detection.git, https:/opensearch-project/asynchronous-search.git, https:/opensearch-project/performance-analyzer.git]
Compatible components: [https:/opensearch-project/geospatial.git, https:/opensearch-project/security.git, https:/opensearch-project/notifications.git, https:/opensearch-project/neural-search.git, https:/opensearch-project/index-management.git, https:/opensearch-project/sql.git, https:/opensearch-project/job-scheduler.git, https:/opensearch-project/opensearch-oci-object-storage.git, https:/opensearch-project/observability.git, https:/opensearch-project/k-nn.git, https:/opensearch-project/alerting.git, https:/opensearch-project/cross-cluster-replication.git, https:/opensearch-project/common-utils.git, https:/opensearch-project/performance-analyzer-rca.git, https:/opensearch-project/ml-commons.git, https:/opensearch-project/reporting.git]

BUILD SUCCESSFUL in 36m 48s

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2023

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Merging #9107 (550a7ec) into main (bb78930) will increase coverage by 0.07%.
Report is 7 commits behind head on main.
The diff coverage is 73.70%.

@@             Coverage Diff              @@
##               main    #9107      +/-   ##
============================================
+ Coverage     71.06%   71.13%   +0.07%     
- Complexity    57314    57323       +9     
============================================
  Files          4766     4766              
  Lines        270453   270504      +51     
  Branches      39555    39555              
============================================
+ Hits         192197   192434     +237     
+ Misses        62045    61829     -216     
- Partials      16211    16241      +30     
Files Changed Coverage Δ
.../opensearch/client/indices/CreateIndexRequest.java 76.66% <0.00%> (ø)
...opensearch/client/slm/SnapshotLifecyclePolicy.java 0.00% <ø> (ø)
...ch/client/slm/SnapshotLifecyclePolicyMetadata.java 0.00% <ø> (ø)
.../opensearch/client/slm/SnapshotLifecycleStats.java 0.00% <ø> (ø)
...rch/client/slm/SnapshotRetentionConfiguration.java 0.00% <ø> (ø)
...g/opensearch/core/common/util/CollectionUtils.java 77.06% <ø> (ø)
...h/script/mustache/MultiSearchTemplateResponse.java 59.01% <ø> (ø)
...rg/opensearch/index/rankeval/RankEvalResponse.java 98.57% <ø> (+8.57%) ⬆️
...va/org/opensearch/index/rankeval/RankEvalSpec.java 97.36% <ø> (ø)
...a/org/opensearch/index/rankeval/RatedDocument.java 81.03% <0.00%> (ø)
... and 142 more

... and 418 files with indirect coverage changes

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2023

Gradle Check (Jenkins) Run Completed with:

@sohami
Copy link
Collaborator Author

sohami commented Aug 4, 2023

Gradle Check (Jenkins) Run Completed with:

Related to this #9092

@sohami
Copy link
Collaborator Author

sohami commented Aug 4, 2023

@reta Can you please help with the review.

… for main with lucene-9.8

Signed-off-by: Sorabh Hamirwasia <[email protected]>
Signed-off-by: Sorabh Hamirwasia <[email protected]>
@sohami
Copy link
Collaborator Author

sohami commented Aug 7, 2023

@andrross @reta Addressed review comments

@opensearch-trigger-bot
Copy link
Contributor

Compatibility status:



> Task :checkCompatibility
Incompatible components: [https:/opensearch-project/index-management.git, https:/opensearch-project/alerting.git, https:/opensearch-project/job-scheduler.git, https:/opensearch-project/anomaly-detection.git, https:/opensearch-project/k-nn.git, https:/opensearch-project/asynchronous-search.git, https:/opensearch-project/sql.git, https:/opensearch-project/performance-analyzer.git, https:/opensearch-project/geospatial.git, https:/opensearch-project/cross-cluster-replication.git, https:/opensearch-project/ml-commons.git, https:/opensearch-project/security-analytics.git]
Compatible components: [https:/opensearch-project/security.git, https:/opensearch-project/common-utils.git, https:/opensearch-project/observability.git, https:/opensearch-project/reporting.git, https:/opensearch-project/performance-analyzer-rca.git, https:/opensearch-project/notifications.git, https:/opensearch-project/neural-search.git, https:/opensearch-project/opensearch-oci-object-storage.git]

BUILD SUCCESSFUL in 23m 33s

@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2023

Gradle Check (Jenkins) Run Completed with:

@andrross andrross merged commit e8d3e69 into opensearch-project:main Aug 7, 2023
10 checks passed
kaushalmahi12 pushed a commit to kaushalmahi12/OpenSearch that referenced this pull request Sep 12, 2023
… for main with lucene-9.8 (opensearch-project#9107)

* Update search.concurrent.max_slice setting to dynamic cluster setting for main with lucene-9.8

Signed-off-by: Sorabh Hamirwasia <[email protected]>

* Address review comments

Signed-off-by: Sorabh Hamirwasia <[email protected]>

---------

Signed-off-by: Sorabh Hamirwasia <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
brusic pushed a commit to brusic/OpenSearch that referenced this pull request Sep 25, 2023
… for main with lucene-9.8 (opensearch-project#9107)

* Update search.concurrent.max_slice setting to dynamic cluster setting for main with lucene-9.8

Signed-off-by: Sorabh Hamirwasia <[email protected]>

* Address review comments

Signed-off-by: Sorabh Hamirwasia <[email protected]>

---------

Signed-off-by: Sorabh Hamirwasia <[email protected]>
Signed-off-by: Ivan Brusic <[email protected]>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
… for main with lucene-9.8 (opensearch-project#9107)

* Update search.concurrent.max_slice setting to dynamic cluster setting for main with lucene-9.8

Signed-off-by: Sorabh Hamirwasia <[email protected]>

* Address review comments

Signed-off-by: Sorabh Hamirwasia <[email protected]>

---------

Signed-off-by: Sorabh Hamirwasia <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

[Concurrent Segment Search] Update search.concurrent.max_slice setting to dynamic cluster setting
3 participants