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 9c60975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible) {
numberOfNodes = 4

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

0 comments on commit 9c60975

Please sign in to comment.