-
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
Update supported version for fixing the bug of noop_update_total metric cannot be updated by bulk API #11917
Conversation
…ic cannot be updated by bulk API Signed-off-by: Gao Binlong <[email protected]>
Signed-off-by: Gao Binlong <[email protected]>
Compatibility status:Checks if related components are compatible with change 8b8578c Incompatible componentsIncompatible components: [https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/alerting.git] |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11917 +/- ##
============================================
- Coverage 71.44% 71.42% -0.03%
- Complexity 59397 59438 +41
============================================
Files 4923 4923
Lines 279178 279178
Branches 40581 40581
============================================
- Hits 199470 199399 -71
- Misses 63064 63204 +140
+ Partials 16644 16575 -69 ☔ View full report in Codecov by Sentry. |
❕ Gradle check result for 8b8578c: 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. |
…ic cannot be updated by bulk API (#11917) * Update supported version for fixing the bug of noop_update_total metric cannot be updated by bulk API Signed-off-by: Gao Binlong <[email protected]> * Modify change log Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]> (cherry picked from commit 412d1aa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ic cannot be updated by bulk API (#11917) (#11925) * Update supported version for fixing the bug of noop_update_total metric cannot be updated by bulk API * Modify change log --------- (cherry picked from commit 412d1aa) Signed-off-by: Gao Binlong <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ic cannot be updated by bulk API (opensearch-project#11917) * Update supported version for fixing the bug of noop_update_total metric cannot be updated by bulk API Signed-off-by: Gao Binlong <[email protected]> * Modify change log Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]>
…ic cannot be updated by bulk API (opensearch-project#11917) * Update supported version for fixing the bug of noop_update_total metric cannot be updated by bulk API Signed-off-by: Gao Binlong <[email protected]> * Modify change log Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]>
…ic cannot be updated by bulk API (opensearch-project#11917) * Update supported version for fixing the bug of noop_update_total metric cannot be updated by bulk API Signed-off-by: Gao Binlong <[email protected]> * Modify change log Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
Part of #11485, after the original PR has been backported to 2.x branch, we need to update the supported version to 2.12.0 so that the backward compatibility checks can cover the change.
This PR needs to backport to 2.x because the supported version in 2.x branch is also 3.0.0(it's done by the bot).
Related Issues
#9857
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.