Skip to content

Commit

Permalink
Remove SEARCH_PIPELINE feature flag (opensearch-project#8513)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
noCharger committed Jul 18, 2023
1 parent 5c7073f commit ed2b623
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qa/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible) {
numberOfNodes = 4

setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"
if (bwcVersion.onOrAfter("2.7.0")) {
setting 'opensearch.experimental.feature.search_pipeline.enabled', 'true'
}
}
}

Expand Down

0 comments on commit ed2b623

Please sign in to comment.