-
Notifications
You must be signed in to change notification settings - Fork 174
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
Incomplete file cp to s3 mount #1133
Comments
Hi, thanks for reporting the issue. Are the checksums always different when uploading with Mountpoint or only in some occasions? I also noticed that you are using a third-party storage. Do you know whether they support additional checksums or not? Mountpoint computes checksums for your data by default and send them along with the data so that data integrity can be verified on server side. However, POSIX file operations like |
The checksums are always different. Thanks for sharing the semantic information - I've used s3cmd for my usecase for now. |
Thanks for confirming. The logs you provided only have information up to when the MultipartUpload is complete. Would you be able to also share relevant logs from |
Hopefully this should have everything? https://gist.github.com/snowch/1b401dcb5fc4320ee33fce60c4bc28c0 |
Hi, I've checked through your logs and I've found an inconsistency in the size of the object between writing and reading. The original file is 49961641 bytes, and the total amount written in the MPU is There's some possibilities here:
Can you confirm that the object is not changed in the service side? We will look into adding some additional logging to make it clearer in Mountpoint's logs when an object's content is changed on the backend. If you're able to reproduce this on Amazon S3, please get in contact with us/send an update here including request ids. |
In particular, please try and see if it works correctly by disabling trailing checksums with |
Mountpoint for Amazon S3 version
1.10.0
AWS Region
n/a
Describe the running environment
Running on local S3 (Vast Data)
Mountpoint options
What happened?
Files copied to s3 mount have different checksum:
The output:
Relevant log output
The text was updated successfully, but these errors were encountered: