-
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
[Backport 2.x] Add new cluster setting for keyword indexordocvalues query (#15637) #15703
[Backport 2.x] Add new cluster setting for keyword indexordocvalues query (#15637) #15703
Conversation
❌ Gradle check result for 55deb24: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❕ Gradle check result for 55deb24: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15703 +/- ##
============================================
+ Coverage 71.55% 71.61% +0.05%
- Complexity 64312 64363 +51
============================================
Files 5262 5262
Lines 301279 301310 +31
Branches 43861 43866 +5
============================================
+ Hits 215574 215774 +200
+ Misses 67703 67526 -177
- Partials 18002 18010 +8 ☔ View full report in Codecov by Sentry. |
…h-project#15637) * Add new cluster setting for keyword indexordocvalues query Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> * Fix tests Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> --------- Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> (cherry picked from commit d64baa6)
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
4faae6e
to
42b44ec
Compare
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
❕ Gradle check result for 07eedb0: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.17 2.17
# Navigate to the new working tree
pushd ../.worktrees/backport-2.17
# Create a new branch
git switch --create backport/backport-15703-to-2.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 bb0a49758df8380eab748aefeafb5a69ae5cf59f
# Push it to GitHub
git push --set-upstream origin backport/backport-15703-to-2.17
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.17 Then, create a pull request where the |
Removing the backport 2.17 label, since it was backported manually in #15751 |
This was backported in opensearch-project#15703 so it should no longer be listed in the changelog. Signed-off-by: Andrew Ross <andrross@amazon.com>
This was backported in #15703 so it should no longer be listed in the changelog. Signed-off-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
(cherry picked from commit d64baa6)
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
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.