-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Retry initiateMultipartUpload #15476
Conversation
sopel39
commented
Dec 20, 2022
plugin/trino-hive/src/main/java/io/trino/plugin/hive/s3select/S3SelectLineRecordReader.java
Show resolved
Hide resolved
Does this happen often? Curious what kind of errors from AWS are you seeing |
Could you please add some context / description to this fix? |
The failure can happen during scaled insert when there is high pressure on S3. Usually these are timeout exceptions |
Why don't we add a retry mechanism for the specific case of timeouts then? |
@findinpath this
is what you will find in other places that retry S3 calls (in one form or other) |