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

Operation timed out but not retrying #5580

Closed
ion-elgreco opened this issue Apr 2, 2024 · 3 comments
Closed

Operation timed out but not retrying #5580

ion-elgreco opened this issue Apr 2, 2024 · 3 comments
Labels
question Further information is requested

Comments

@ion-elgreco
Copy link

Describe the bug
When writing a parquet file with delta-rs using an ObjectStore filehandler, it will sometimes fail when the operation times out, which is fine. The only thing is it should retry which it's not doing.

OSError: Generic MicrosoftAzure error: Error after 0 retries in 171.084552191s, max_retries:10, retry_timeout:180s, source:error sending request for url (https://<redacted>.blob.core.windows.net/<redacted>/<redacted>/<redacted>=<redacted>/<redacted>=202110/0-afa3cc5d-d0b7-4258-8baf-e84bca411da2-0.parquet?comp=block&blockid=ICAgICAgICAgICAgICAgICAgIDM%3D): operation timed out

To Reproduce

Expected behavior
Respect the retry amount?

@ion-elgreco ion-elgreco added the bug label Apr 2, 2024
@tustvold
Copy link
Contributor

tustvold commented Apr 2, 2024

Timeouts are currently only retried automatically on idempotent requests, i.e. reads

@tustvold tustvold added question Further information is requested and removed bug labels Apr 2, 2024
@ion-elgreco
Copy link
Author

@tustvold could be useful to propagate that info in the error msg, that retry_count is ignored because it's a PUT request

@tustvold
Copy link
Contributor

Closed by #5609

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants