-
Notifications
You must be signed in to change notification settings - Fork 25.3k
BlobContainer: add copyBlob method #125737
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
Merged
Merged
Changes from 28 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
13722c8
BlobContainer: add copyBlob method
bcully 9c9eeb3
trigger s3 tests (revert before merge)
bcully e2c3d74
[CI] Auto commit changes from spotless
elasticsearchmachine feb6367
FsBlobContainerTests: small improvements to testCopy
bcully c64a3f0
debugging FsBlobContainerTests::testCopy on ci
bcully 11da091
Merge branch 'main' of github.com:elastic/elasticsearch into ES-11059
bcully 2b93478
is it sourceContainer vs targetContainer?
bcully 27656b2
Use get instead of getOrDefault for metrics in repo integ test
bcully 89ae18a
copyBlob: use "destination" instead of "target"
bcully 7ec3301
Merge branch 'main' of github.com:elastic/elasticsearch into ES-11059
bcully ec271f5
Remove failIfAlreadyExists from BlobContainer.copyBlob
bcully 918d80b
Add copyBlob to ESBlobStoreRepositoryIntegTestCase
bcully faa0a83
Preinitialize Azure metrics for BlobStoreRepositoryTests too
bcully 4d424bf
Merge branch 'main' of github.com:elastic/elasticsearch into ES-11059
bcully 7ca903e
Add support for S3 multipart copy
bcully 8939bb7
Change copyBlob API to be explicitly copyFrom
bcully f4aad52
Use multipart copy if source blob size is too large for copyObject
bcully a2ffa47
[CI] Auto commit changes from spotless
elasticsearchmachine 6e01aa1
spotless
bcully f73085a
Merge branch 'ES-11059' of github.com:bcully/elasticsearch into ES-11059
bcully b61c151
Update GoogleCloudStorageStatsCollectorHttpHandler constructor
bcully 0ca124c
Merge branch 'main' of github.com:elastic/elasticsearch into ES-11059
bcully 0fc7b37
FSBlobContainerTests: workaround for occasional testCopy failure on CI
bcully 23ac1bd
Merge branch 'main' of github.com:elastic/elasticsearch into ES-11059
bcully cf0f252
BlobAnalyzeAction: rough first cut at copy
bcully 8313592
GoogleCloudStorageBlobStoreRepositoryTests: post-merge fixup
bcully f3e1e21
S3 copyBlob: convert amazon exception to NoSuchFileException when sou…
bcully edad041
[CI] Auto commit changes from spotless
elasticsearchmachine ca737a8
Fix up BWC
DaveCTurner d9db70d
Fix failure-path test
DaveCTurner dd7ded8
PR feedback: pass copy blob name as request parameter.
bcully 892e330
[CI] Auto commit changes from spotless
elasticsearchmachine cb2e324
Exercise multipart copy randomly in testWriteMaybeCopyRead
bcully f905cc9
Merge commit '728eb75' into ES-11059
bcully 5e2b84b
Revert "trigger s3 tests (revert before merge)"
bcully 25e3a1b
Use HttpHeaderParser.parseRangeHeader to parse copy source range.
bcully a9ff4b9
Make max copy size before multipart a setting.
bcully f02cd99
Merge commit '3bac50e' into ES-11059
bcully 582b22c
Fix blobstore mock in S3BlobStoreContainerTests::testCopy
bcully File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
steps: | ||
- label: third-party / s3 | ||
command: | | ||
export amazon_s3_bucket=elasticsearch-ci.us-west-2 | ||
export amazon_s3_base_path=$BUILDKITE_BRANCH | ||
.ci/scripts/run-gradle.sh s3ThirdPartyTest | ||
env: | ||
USE_3RD_PARTY_S3_CREDENTIALS: "true" | ||
timeout_in_minutes: 30 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: n2-standard-8 | ||
buildDirectory: /dev/shm/bk | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.