-
Notifications
You must be signed in to change notification settings - Fork 235
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
AzureBlob Cannot retry after redirect #758
Comments
Ideally S3Proxy should not retry any operation and some of the are not retriable, e.g., get and put blob, due to streaming payloads. S3Proxy already propagate errors back to the S3 client so it can retry. If only the client retries this avoids weird nested retry loops. I notice that the underlying option Actually the new
I wonder if you could test this as well? This will be the recommended storage backend in the future although it lacks MPU support due to current SDK limitations. |
Using azureblob-sdk, posting a large file (640Mb) I get this runtime error. I built this from master.
|
I'm getting this error message (file details redacted)
If I manually retry it works ok. I don't see a pattern on when or why it fails. Sorry I can't be more helpful. Any advice on how to get you more relevant information on the failure?
The text was updated successfully, but these errors were encountered: