-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Search Pipeline] Flip SEARCH_PIPELINE feature flag for Search Pipeline GA #8613
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Louis Chu <clingzhi@amazon.com>
5c1974c
to
19dc105
Compare
Signed-off-by: Louis Chu <clingzhi@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #8613 +/- ##
============================================
+ Coverage 70.87% 70.91% +0.04%
+ Complexity 56962 56956 -6
============================================
Files 4758 4758
Lines 269510 269417 -93
Branches 39446 39420 -26
============================================
+ Hits 191005 191053 +48
+ Misses 62440 62318 -122
+ Partials 16065 16046 -19
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
@noCharger we need to update the documentation for this feature [1], could you please create an issue there? thank you |
Flaky tests failures from #8131 |
Precommit crashes JVM on Windows (twice):
|
Existing one opensearch-project/documentation-website#4502 |
@msfroh looks good to you? |
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.
Looks good. This can be merged.
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.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-8613-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 051550112c7ae7ae1e81f9da3eff10c73407cf38
# Push it to GitHub
git push --set-upstream origin backport/backport-8613-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
…project#8613) Signed-off-by: Louis Chu <clingzhi@amazon.com> (cherry picked from commit 0515501)
…project#8613) Signed-off-by: Louis Chu <clingzhi@amazon.com>
…project#8613) Signed-off-by: Louis Chu <clingzhi@amazon.com>
…project#8613) Signed-off-by: Louis Chu <clingzhi@amazon.com>
…project#8613) Signed-off-by: Louis Chu <clingzhi@amazon.com> Signed-off-by: sahil buddharaju <sahilbud@amazon.com>
…project#8613) Signed-off-by: Louis Chu <clingzhi@amazon.com>
…project#8613) Signed-off-by: Louis Chu <clingzhi@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Flip the feature flag as described in #8513 (comment)
Related Issues
#8489
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.