kindly opened a new pull request, #4120:
URL: https://github.com/apache/arrow-rs/pull/4120
Request errors can happen intermittently for a variety of reasons i.e patchy
internet, hyper holding on to request for too long, TLS errors, broken pipes.
This increases the types of issues that can be retried.
# Which issue does this PR close?
Closes #4119
# Rationale for this change
Only certain request errors are retried currently, and I was experiencing
very unreliable multipart uploads, because if a single chunk failed the whole
upload would fail. Mulitpart uploads caused more issues due to sometimes being
a delay between put request for each chunk and hyper, sometimes retrying a dead
connection or having network issues.
# What changes are included in this PR?
Allow retries when reqwest fails due to request errors.
# Are there any user-facing changes?
Fewer failures when getting or uploading data to object stores.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]