-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Implement interface changes for s3 plugin to read/write blob with obj… #13765
Implement interface changes for s3 plugin to read/write blob with obj… #13765
Conversation
a4f6867
to
208693e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #13765 +/- ##
============================================
- Coverage 71.28% 71.27% -0.01%
- Complexity 60145 61264 +1119
============================================
Files 4957 5037 +80
Lines 282799 288274 +5475
Branches 41409 42114 +705
============================================
+ Hits 201591 205479 +3888
- Misses 64189 65482 +1293
- Partials 17019 17313 +294 ☔ View full report in Codecov by Sentry. |
❕ Gradle check result for 208693e: 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. |
208693e
to
b193fe8
Compare
❌ Gradle check result for b193fe8: 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? |
Flaky: testDownloadStatsCorrectnessSinglePrimaryMultipleReplicaShards -> #10152 |
b193fe8
to
701bad1
Compare
701bad1
to
81fb46a
Compare
❌ Gradle check result for 81fb46a: 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? |
81fb46a
to
8818286
Compare
❌ Gradle check result for 8818286: 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? |
8818286
to
db3d9a9
Compare
opensearch-project#13113) * Implement interface changes for s3 plugin to read/write blob with object metadata --------- Signed-off-by: Sandeep Kumawat <skumwt@amazon.com> Signed-off-by: Sandeep Kumawat <2025sandeepkumawat@gmail.com> Co-authored-by: Sandeep Kumawat <skumwt@amazon.com> Signed-off-by: Sandeep Kumawat <2025sandeepkumawat@gmail.com>
db3d9a9
to
dafc1b4
Compare
opensearch-project#13113) (opensearch-project#13765) * Implement interface changes for s3 plugin to read/write blob with object metadata --------- Signed-off-by: Sandeep Kumawat <skumwt@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
Backport #13113 to 2.x
Merge Conflicts Files:
UploadRequest.java
Signed-off-by: Sandeep Kumawat skumwt@amazon.com
Related Issues
Resolves []
Check List
Commit changes are listed out in CHANGELOG.md file (See: Changelog)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.