kszlim opened a new pull request, #5383: URL: https://github.com/apache/arrow-rs/pull/5383
# Which issue does this PR close? Closes [#](https://github.com/apache/arrow-rs/issues/5378). # Rationale for this change When connection is reset by peer, retries are ignored and your request fails. We should probably enable retry on these errors so that there is more robustness when using object_store for OLAP queries. # What changes are included in this PR? Now we retry by default unless it's one of: - Parse error - Is user error - Or is cancelled # Are there any user-facing changes? No api changes, but will retry on a strict superset of errors that it used to retry on. -- 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]
