Skip to content
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

[BUG] Add retries for write timeout errors #2508

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

mauriceweber
Copy link
Contributor

Writes to cloudflare R2 storage sometimes fail when a timeout is reached. In the current retry logic, this error is not being caught. This PR allows catching this error by looking for the substring curlCode: 28, Timeout was reached which is thrown by the arrow parquet writer when timeouts are reached.

@github-actions github-actions bot added the bug Something isn't working label Jul 12, 2024
Copy link
Contributor

@jaychia jaychia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@jaychia jaychia merged commit c76fe29 into Eventual-Inc:main Jul 12, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants