[Star tree] Remove star tree feature flag and add index setting to configure star tree search on index basis#18070
Conversation
|
❌ Gradle check result for 135be39: 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 f7b7caf: 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 a97f1eb: 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 82001bc: 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 8bcc71f: 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 5eb7ac3: 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? |
Signed-off-by: bharath-techie <bharath78910@gmail.com>
Signed-off-by: bharath-techie <bharath78910@gmail.com>
Signed-off-by: bharath-techie <bharath78910@gmail.com>
|
❌ Gradle check result for 5a90f9a: 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 f6c1cce: 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? |
Signed-off-by: bharath-techie <bharath78910@gmail.com>
|
❕ Gradle check result for 40d503d: 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. |
…nfigure star tree search on index basis (opensearch-project#18070) * Removing star tree indexing and queries added till 2.19 out of experimental Signed-off-by: bharath-techie <bharath78910@gmail.com> * Removing star tree feature flag Signed-off-by: bharath-techie <bharath78910@gmail.com> * Adding more tests for feature flag Signed-off-by: bharath-techie <bharath78910@gmail.com> * Adding Changelog Signed-off-by: bharath-techie <bharath78910@gmail.com> * addressing review comment Signed-off-by: bharath-techie <bharath78910@gmail.com> * resolving conflicts Signed-off-by: bharath-techie <bharath78910@gmail.com> --------- Signed-off-by: bharath-techie <bharath78910@gmail.com>
…nfigure star tree search on index basis (opensearch-project#18070) * Removing star tree indexing and queries added till 2.19 out of experimental Signed-off-by: bharath-techie <bharath78910@gmail.com> * Removing star tree feature flag Signed-off-by: bharath-techie <bharath78910@gmail.com> * Adding more tests for feature flag Signed-off-by: bharath-techie <bharath78910@gmail.com> * Adding Changelog Signed-off-by: bharath-techie <bharath78910@gmail.com> * addressing review comment Signed-off-by: bharath-techie <bharath78910@gmail.com> * resolving conflicts Signed-off-by: bharath-techie <bharath78910@gmail.com> --------- Signed-off-by: bharath-techie <bharath78910@gmail.com>
…nfigure star tree search on index basis (opensearch-project#18070) * Removing star tree indexing and queries added till 2.19 out of experimental Signed-off-by: bharath-techie <bharath78910@gmail.com> * Removing star tree feature flag Signed-off-by: bharath-techie <bharath78910@gmail.com> * Adding more tests for feature flag Signed-off-by: bharath-techie <bharath78910@gmail.com> * Adding Changelog Signed-off-by: bharath-techie <bharath78910@gmail.com> * addressing review comment Signed-off-by: bharath-techie <bharath78910@gmail.com> * resolving conflicts Signed-off-by: bharath-techie <bharath78910@gmail.com> --------- Signed-off-by: bharath-techie <bharath78910@gmail.com>Signed-off-by: TJ Neuenfeldt <tjneu@amazon.com>
…nfigure star tree search on index basis (opensearch-project#18070) * Removing star tree indexing and queries added till 2.19 out of experimental Signed-off-by: bharath-techie <bharath78910@gmail.com> * Removing star tree feature flag Signed-off-by: bharath-techie <bharath78910@gmail.com> * Adding more tests for feature flag Signed-off-by: bharath-techie <bharath78910@gmail.com> * Adding Changelog Signed-off-by: bharath-techie <bharath78910@gmail.com> * addressing review comment Signed-off-by: bharath-techie <bharath78910@gmail.com> * resolving conflicts Signed-off-by: bharath-techie <bharath78910@gmail.com> --------- Signed-off-by: bharath-techie <bharath78910@gmail.com>
…nfigure star tree search on index basis (opensearch-project#18070) * Removing star tree indexing and queries added till 2.19 out of experimental Signed-off-by: bharath-techie <bharath78910@gmail.com> * Removing star tree feature flag Signed-off-by: bharath-techie <bharath78910@gmail.com> * Adding more tests for feature flag Signed-off-by: bharath-techie <bharath78910@gmail.com> * Adding Changelog Signed-off-by: bharath-techie <bharath78910@gmail.com> * addressing review comment Signed-off-by: bharath-techie <bharath78910@gmail.com> * resolving conflicts Signed-off-by: bharath-techie <bharath78910@gmail.com> --------- Signed-off-by: bharath-techie <bharath78910@gmail.com>
Replaced @experimentalapi annotations with @publicapi(since = "3.6.0") in all star-tree related code files (34 files). Changes: - Removed @experimentalapi annotations - Added @publicapi(since = "3.6.0") as replacement Related to: opensearch-project#18070, resolves opensearch-project#18499 Fixes opensearch-project#20925
This change removes feature flag for star tree index and queries.
Description
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.