Skip to content
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

Merged

Conversation

skumawat2025
Copy link
Contributor

Backport #13113 to 2.x

Merge Conflicts Files:
UploadRequest.java

Signed-off-by: Sandeep Kumawat [email protected]

Related Issues

Resolves []

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

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.

Copy link
Contributor

✅ Gradle check result for a4f6867: SUCCESS

Copy link

codecov bot commented May 21, 2024

Codecov Report

Attention: Patch coverage is 86.95652% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 71.27%. Comparing base (0dd892c) to head (dafc1b4).
Report is 267 commits behind head on 2.x.

Files Patch % Lines
...rg/opensearch/repositories/s3/S3BlobContainer.java 85.71% 2 Missing ⚠️
...g/opensearch/common/blobstore/FetchBlobResult.java 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

❕ 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.

Copy link
Contributor

❌ 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?

@skumawat2025
Copy link
Contributor Author

❌ 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

Copy link
Contributor

✅ Gradle check result for 701bad1: SUCCESS

Copy link
Contributor

❌ 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?

Copy link
Contributor

❌ 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?

Copy link
Contributor

✅ Gradle check result for db3d9a9: SUCCESS

opensearch-project#13113)

* Implement interface changes for s3 plugin to read/write blob with object metadata
---------
Signed-off-by: Sandeep Kumawat <[email protected]>
Signed-off-by: Sandeep Kumawat <[email protected]>
Co-authored-by: Sandeep Kumawat <[email protected]>
Signed-off-by: Sandeep Kumawat <[email protected]>
Copy link
Contributor

✅ Gradle check result for dafc1b4: SUCCESS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants