-
Notifications
You must be signed in to change notification settings - Fork 709
[CORE-15023] Cloud Clients: Multipart Batch Delete for ABS and GCS #29103
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
Closed
oleiman
wants to merge
15
commits into
redpanda-data:dev
from
oleiman:ct/core-15023/multi-part-delete
Closed
[CORE-15023] Cloud Clients: Multipart Batch Delete for ABS and GCS #29103
oleiman
wants to merge
15
commits into
redpanda-data:dev
from
oleiman:ct/core-15023/multi-part-delete
Conversation
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
e12d598 to
c63fe2a
Compare
c63fe2a to
6c89358
Compare
6c89358 to
256dc1c
Compare
Member
Author
|
/ci-repeat 1 |
256dc1c to
90642ae
Compare
Member
Author
|
/ci-repeat 1 |
Member
Author
|
/cdt |
This is just for batch deletes, which are brand new. We can add unit tests for other requests, but it's not critical at the moment.
This is only needed for GCS, so various identifiers will reflect that. Includes json response body parsing to get GCS-native error reasons.
Very crude request parsing, but it works well enough for existing tests.
- Wire the batch request limit (100) into remote.cc - Add switching logic in s3_client - Update cloud_io/remote_test
Bit simpler than retrofitting s3_client_test. Just flexing the batch delete code.
90642ae to
c66d0b9
Compare
Member
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ABS & GCS. Needs some class comments and whatnot and to test against real ABS & GCS, but this feels pretty good as written.
Note that this PR is >50% tests.
PR NEEDS TO BE SPLIT ON ABS/GCS LINE
Backports Required
Release Notes
Improvements