-
Notifications
You must be signed in to change notification settings - Fork 13
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
qsctl copy get wrong object content #63
Comments
I'll have a test on this. |
Do your files have illegal file names? And can you upgrade to 1.7.3 to have an another test? And which type of inconsistent, smaller, bigger or randem data ? |
send you bucket id in qingcloud ticket |
The latest version in pypi is 1.7.2 |
get correct object content |
Yes, I'm sure there is a bug related to multi thread, I will fix it.
|
It's a SDK bug: https://github.com/yunify/qingstor-sdk-python/blob/master/qingstor/sdk/service/bucket.py#L813 We will fix & release it tomorrow. |
And this will also lead to files missing: https://github.com/yunify/qsctl/blob/master/qingstor/qsctl/commands/base.py#L157-L166 , patch is coming. |
@wangzw This release https://github.com/yunify/qsctl/releases/tag/1.7.4 should fix this bug. Thanks for your report. |
Closed for fixed. |
I copy 12254 small files from a bucket to local filesystem. The total data is 534.05 MB.
The command exit with exit code 0.
I got wrong content for some files, which is not consistent with the object content in qingstor bucket.
The text was updated successfully, but these errors were encountered: