Add useCrt storageProperty to enable AWS CRT transfer support in Medusa#1715
Open
SreedevT wants to merge 1 commit intok8ssandra:mainfrom
Open
Add useCrt storageProperty to enable AWS CRT transfer support in Medusa#1715SreedevT wants to merge 1 commit intok8ssandra:mainfrom
SreedevT wants to merge 1 commit intok8ssandra:mainfrom
Conversation
Author
|
@burmanm Could you review this PR? It is depended with thelastpickle/cassandra-medusa#954 |
37b8e62 to
67b3d67
Compare
…port Adds useCrt boolean to the Storage spec so the k8ssandra-operator can surface the cassandra-medusa use_crt config option without manual configmap patching. Regenerates CRD manifests and updates changelog.
67b3d67 to
dea8211
Compare
|
Author
|
A version bump for medusa should also be included with this |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1715 +/- ##
=======================================
Coverage ? 50.92%
=======================================
Files ? 125
Lines ? 13330
Branches ? 0
=======================================
Hits ? 6788
Misses ? 5961
Partials ? 581
🚀 New features to boost your workflow:
|
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
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.



What this PR does: Adds a
useCrtboolean field to the MedusaStoragePropertiesspec. When set totrue, the operator writesuse_crt = Trueinto the generated medusa.ini configmap, enabling the AWS Common Runtime (CRT) transfer client for S3 uploads and downloads vias3transfer.crt.CRTTransferManager. This bypasses boto3's instance-type gating and provides higher-throughput transfers on standard EC2 instances.Only applicable when
storageProvideriss3ors3_rgw. Silently ignored fors3_compatible.Which issue(s) this PR fixes:
Closes #1716
Related to thelastpickle/cassandra-medusa#954
Checklist