-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Optimize S3 storage writing for MSQ durable storage #16481
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 all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
38f81eb
Optimise S3 storage writing for MSQ durable storage
Akshat-Jain bf518d8
Get rid of static ConcurrentHashMap
Akshat-Jain a920f74
Fix static checks
Akshat-Jain 38dc51c
Fix tests
Akshat-Jain 934ecd1
Remove unused constructor parameter chunkValidation + relevant cleanup
Akshat-Jain 82fa878
Assert etags as String instead of Integer
Akshat-Jain bc55f0a
Fix flaky test
Akshat-Jain 438008e
Inject executor service
Akshat-Jain f5a1514
Make threadpool size dynamic based on number of cores
Akshat-Jain c266a9e
Fix S3StorageDruidModuleTest
Akshat-Jain ce60f7e
Fix S3StorageConnectorProviderTest
Akshat-Jain c382daf
Fix injection issues
Akshat-Jain 2224d11
Add S3UploadConfig to manage maximum number of concurrent chunks dyna…
Akshat-Jain 262182c
Address the minor review comments
Akshat-Jain 6d62bf9
Refactor S3UploadConfig + ExecutorService into S3UploadManager
Akshat-Jain a705294
Address review comments
Akshat-Jain 1c0bfe5
Make updateChunkSizeIfGreater() synchronized instead of recomputeMaxC…
Akshat-Jain 7418790
Address the minor review comments
Akshat-Jain fbe71e3
Fix intellij-inspections check
Akshat-Jain 5c83514
Refactor code to use futures for maxNumConcurrentChunks. Also use exe…
Akshat-Jain 8d6442b
Update javadoc
Akshat-Jain 295689f
Get rid of cyclic dependency injection between S3UploadManager and S3…
Akshat-Jain 6ec023f
Fix RetryableS3OutputStreamTest
Akshat-Jain f43a0c9
Remove unnecessary synchronization parts from RetryableS3OutputStream
Akshat-Jain 79a22ed
Update javadoc
Akshat-Jain da5e57a
Add S3UploadManagerTest
Akshat-Jain 059a5e9
Revert back to S3StorageConnectorProvider extends S3OutputConfig
Akshat-Jain 70c7352
Address Karan's review comments
Akshat-Jain 749b20d
Address Kashif's review comments
Akshat-Jain 258376e
Change a log message to debug
Akshat-Jain 8e7882e
Address review comments
Akshat-Jain f3df9c7
Fix intellij-inspections check
Akshat-Jain a474008
Fix checkstyle
Akshat-Jain 8ef6086
Merge branch 'master' into s3-output-stream
asdf2014 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
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
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.