-
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
[Remote Store] Integrate S3 async upload with S3BlobContainer #7218
[Remote Store] Integrate S3 async upload with S3BlobContainer #7218
Conversation
Gradle Check (Jenkins) Run Completed with:
|
bab15f9
to
4f2ded6
Compare
Gradle Check (Jenkins) Run Completed with:
|
plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3RepositoryPlugin.java
Outdated
Show resolved
Hide resolved
4f2ded6
to
63a99d3
Compare
Gradle Check (Jenkins) Run Completed with:
|
63a99d3
to
096d08d
Compare
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #7218 +/- ##
============================================
+ Coverage 70.91% 70.94% +0.02%
- Complexity 57093 57195 +102
============================================
Files 4770 4770
Lines 270199 270276 +77
Branches 39496 39499 +3
============================================
+ Hits 191604 191736 +132
- Misses 62371 62401 +30
+ Partials 16224 16139 -85
|
096d08d
to
0e3a3e4
Compare
Gradle Check (Jenkins) Run Completed with:
|
plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3BlobContainer.java
Outdated
Show resolved
Hide resolved
plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/async/AsyncUploadUtils.java
Outdated
Show resolved
Hide resolved
0e3a3e4
to
4b2fc3b
Compare
Gradle Check (Jenkins) Run Completed with:
|
This PR is stalled because it has been open for 30 days with no activity. Remove stalled label or comment or this will be closed in 7 days. |
plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3Repository.java
Show resolved
Hide resolved
plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3Repository.java
Outdated
Show resolved
Hide resolved
4b2fc3b
to
5f63ced
Compare
Gradle Check (Jenkins) Run Completed with:
|
5f63ced
to
c23162b
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
bf6fae4
to
c23162b
Compare
Gradle Check (Jenkins) Run Completed with:
|
plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3RepositoryPlugin.java
Show resolved
Hide resolved
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Raghuvansh Raj <raghraaj@amazon.com>
Signed-off-by: Raghuvansh Raj <raghraaj@amazon.com>
Signed-off-by: Raghuvansh Raj <raghraaj@amazon.com>
9eddd07
to
9d68844
Compare
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Raghuvansh Raj <raghraaj@amazon.com>
9d68844
to
45b3294
Compare
Gradle Check (Jenkins) Run Completed with:
|
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-7218-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2f4545aafef5f76103574c4a343a68bf54cac7a1
# Push it to GitHub
git push --set-upstream origin backport/backport-7218-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-7218-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2f4545aafef5f76103574c4a343a68bf54cac7a1
# Push it to GitHub
git push --set-upstream origin backport/backport-7218-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
Backport is failing due to #8157 |
…arch-project#7218) Signed-off-by: Raghuvansh Raj <raghraaj@amazon.com>
Raised manual backport to 2.x: #8676 |
…arch-project#7218) Signed-off-by: Raghuvansh Raj <raghraaj@amazon.com>
…arch-project#7218) Signed-off-by: Raghuvansh Raj <raghraaj@amazon.com> Signed-off-by: sahil buddharaju <sahilbud@amazon.com>
…arch-project#7218) Signed-off-by: Raghuvansh Raj <raghraaj@amazon.com>
…arch-project#7218) Signed-off-by: Raghuvansh Raj <raghraaj@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Credits: @vikasvb90 and @itiyamas for the design and core implementations of the feature.
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
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.