-
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
Remove SEARCH_PIPELINE feature flag #8513
Remove SEARCH_PIPELINE feature flag #8513
Conversation
Gradle Check (Jenkins) Run Completed with:
|
00d46cd
to
13a0fe0
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
BWC test failed https://build.ci.opensearch.org/job/gradle-check/19371/testReport/
While same test case passed test.rest suite
@msfroh any ideas to bypass the bwc test? |
Maybe you need to keep the |
b9c366b
to
6861c1d
Compare
Signed-off-by: Louis Chu <clingzhi@amazon.com>
5a0c54d
to
1bb0954
Compare
Gradle Check (Jenkins) Run Completed with:
|
1bb0954
to
61be29c
Compare
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Louis Chu <clingzhi@amazon.com>
61be29c
to
ac53d93
Compare
Gradle Check (Jenkins) Run Completed with:
|
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
This is expected to be addressed after this PR backported. See #8513 (comment) for details |
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.
I don’t see any flags left over and the backport will fix the 2.x issue.
Signed-off-by: Louis Chu <clingzhi@amazon.com>
3170953
to
a224a56
Compare
Local test passed after 2.x and 2.9 merged in |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8513 +/- ##
============================================
- Coverage 71.03% 71.00% -0.03%
+ Complexity 57235 57227 -8
============================================
Files 4771 4771
Lines 270323 270311 -12
Branches 39509 39506 -3
============================================
- Hits 192016 191934 -82
- Misses 62142 62202 +60
- Partials 16165 16175 +10
|
Gradle Check (Jenkins) Run Completed with:
|
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-8513-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 57d5e90cd10033eb67e13731728af25ce76f484d
# Push it to GitHub
git push --set-upstream origin backport/backport-8513-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 |
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.9 2.9
# Navigate to the new working tree
pushd ../.worktrees/backport-2.9
# Create a new branch
git switch --create backport/backport-8513-to-2.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 57d5e90cd10033eb67e13731728af25ce76f484d
# Push it to GitHub
git push --set-upstream origin backport/backport-8513-to-2.9
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.9 Then, create a pull request where the |
* Remove SEARCH_PIPELINE feature flag Signed-off-by: Louis Chu <clingzhi@amazon.com> * Fix gradle check Signed-off-by: Louis Chu <clingzhi@amazon.com> * Bugfix on search service implicit execution Signed-off-by: Louis Chu <clingzhi@amazon.com> * Set the flag for bwc test Signed-off-by: Louis Chu <clingzhi@amazon.com> * Remove feature flag setting on qa Signed-off-by: Louis Chu <clingzhi@amazon.com> --------- Signed-off-by: Louis Chu <clingzhi@amazon.com> (cherry picked from commit 57d5e90)
* Remove SEARCH_PIPELINE feature flag Signed-off-by: Louis Chu <clingzhi@amazon.com> * Fix gradle check Signed-off-by: Louis Chu <clingzhi@amazon.com> * Bugfix on search service implicit execution Signed-off-by: Louis Chu <clingzhi@amazon.com> * Set the flag for bwc test Signed-off-by: Louis Chu <clingzhi@amazon.com> * Remove feature flag setting on qa Signed-off-by: Louis Chu <clingzhi@amazon.com> --------- Signed-off-by: Louis Chu <clingzhi@amazon.com> (cherry picked from commit 57d5e90)
* Remove SEARCH_PIPELINE feature flag Signed-off-by: Louis Chu <clingzhi@amazon.com> * Fix gradle check Signed-off-by: Louis Chu <clingzhi@amazon.com> * Bugfix on search service implicit execution Signed-off-by: Louis Chu <clingzhi@amazon.com> * Set the flag for bwc test Signed-off-by: Louis Chu <clingzhi@amazon.com> * Remove feature flag setting on qa Signed-off-by: Louis Chu <clingzhi@amazon.com> --------- Signed-off-by: Louis Chu <clingzhi@amazon.com>
* Remove SEARCH_PIPELINE feature flag Signed-off-by: Louis Chu <clingzhi@amazon.com> * Fix gradle check Signed-off-by: Louis Chu <clingzhi@amazon.com> * Bugfix on search service implicit execution Signed-off-by: Louis Chu <clingzhi@amazon.com> * Set the flag for bwc test Signed-off-by: Louis Chu <clingzhi@amazon.com> * Remove feature flag setting on qa Signed-off-by: Louis Chu <clingzhi@amazon.com> --------- Signed-off-by: Louis Chu <clingzhi@amazon.com> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
* Remove SEARCH_PIPELINE feature flag Signed-off-by: Louis Chu <clingzhi@amazon.com> * Fix gradle check Signed-off-by: Louis Chu <clingzhi@amazon.com> * Bugfix on search service implicit execution Signed-off-by: Louis Chu <clingzhi@amazon.com> * Set the flag for bwc test Signed-off-by: Louis Chu <clingzhi@amazon.com> * Remove feature flag setting on qa Signed-off-by: Louis Chu <clingzhi@amazon.com> --------- Signed-off-by: Louis Chu <clingzhi@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Remove Search Pipeline SEARCH_PIPELINE feature flag.
Instead of flip the flag, remove the gating logic with some considerations:
opensearch.experimental.feature.search_pipeline.enabled
, from its naming the feature is still in experimentalWill have a follow up PR to remove the flag on bwc test once the this PR is backported
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.