-
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
[Metadata Immutability] Change different indices lookup objects from array type to lists #14723
base: main
Are you sure you want to change the base?
Conversation
❕ Gradle check result for 4dc93d9: 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14723 +/- ##
============================================
- Coverage 72.42% 72.22% -0.20%
+ Complexity 65775 65677 -98
============================================
Files 5318 5318
Lines 305739 305731 -8
Branches 44349 44349
============================================
- Hits 221421 220826 -595
- Misses 66184 66771 +587
Partials 18134 18134 ☔ View full report in Codecov by Sentry. |
Thanks @akolarkunnu, changes look good to me! Note for maintainers - discussion on introducing breaking changes and introducing non-breaking changes separately for 2.x was discussed in #14557 |
❕ Gradle check result for d2289d2: 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. |
❕ Gradle check result for d2289d2: 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. |
not sure why the benchmark approval didn't run. running again. |
{"run-benchmark-test": "id_9"} |
The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/856/ . Final results will be published once the job is completed. |
Benchmark ResultsBenchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-pull-request/856/
|
Benchmark Baseline Comparison ResultsBenchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-compare/18/
|
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.
The performance testing as per https://github.com/opensearch-project/OpenSearch/pull/14723/files#r1752147549 gives confidence that we are not introducing any regression. Also, we avoid back and forth changes with lists/sets now. Changes look good.
This PR is stalled because it has been open for 30 days with no activity. |
❌ Gradle check result for a760741: 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? |
Thanks for sticking with us @akolarkunnu! The DCO check is failing, I think related to the fact that you've got 354 commits in this PR. I'd suggest squashing/rebasing everything to just your single commit on top of the latest commit on main. Also, you're currently signing your commit with |
a760741
to
2847695
Compare
…array type to lists Changed the arrays to immutable List instances, added new versions of the getters which returns List instances. Resolves opensearch-project#8647 Signed-off-by: Abdul Muneer Kolarkunnu <muneer.kolarkunnu@netapp.com>
Corrected. |
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.
Looks good to me! @shwetathareja Can you take another quick pass?
Description
Changed the arrays to immutable List instances, added new versions of the getters which returns List instances.
Related Issues
Resolves #8647
Signed-off-by: Abdul Muneer Kolarkunnu [muneer.kolarkunnu@netapp.com]
Check List
New functionality has been documented.API changes companion pull request created.Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)Public documentation issue/PR createdBy 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.