-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
S3 primary storage: Object not found after writing
when using an eventually consistent object storage provider.
#25946
Comments
@acsfer I'd rather say let's classify it as a bug because this leads into errors when uploading files. What do you think? |
Is this Issue still valid in NC21.0.2? If not, please close this issue. Thanks! :) |
it's still valid. |
This problem has been present for more than a year. Is there any priority for this problem? :( |
Hi, please update to at least 23.0.12 and report back if it fixes the issue. Thank you! |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
@pierrejean-coudert What underlying S3 platform/provider were you experiencing this with? |
He uses exoscale's S3 compatible s3 storage: https://www.exoscale.com/object-storage/ |
Object not found after writing
when using an eventually consistent object storage provider.
The S3 client behaviour generates an "Object not found after writing" exception using an eventually consistent object storage provider.
It currently checks immediately for the object existence after writing. This behaviour only works with a strongly consistent read-after-write object storage provider.
The text was updated successfully, but these errors were encountered: