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

UploadManager.upload_stream() raises MultipartUploadError in oci v2.23.2 #300

Closed
bhagwatvyas opened this issue Oct 29, 2020 · 1 comment
Closed

Comments

@bhagwatvyas
Copy link
Member

bhagwatvyas commented Oct 29, 2020

Update: This issue has been fixed in oci v2.23.3

UploadManager.upload_stream() raises MultipartUploadError when a timeout is set on the underlying object storage client, and the operation takes more than the read timeout to complete. Prior to v2.23.2, we were overwriting the timeout to None in the operations (please see known issues). The default timeout is a read timeout of 60 seconds, hence this scenario will be triggered by default in v2.23.2 on any use of this operation where the operation takes 60 or more seconds to complete.

We are actively working on a fix for this issue. In the mean time, you can work around the issue by explicitly setting the timeout to None. For example,

client.base_client.timeout = None

We apologize for any inconvenience this issue may cause you. We are working to promptly resolve this issue. Please stay tuned and watch this GitHub issue for updates.

@bhagwatvyas
Copy link
Member Author

This issue has been fixed in oci v 2.23.3

@bhagwatvyas bhagwatvyas unpinned this issue Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants