-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Some files are corrupted when I copy from local to weed mount directory #774
Comments
Is it always reproduceable? Need to reproduce. It'll be good to have the images. If not, the file paths and sizes. |
Here is the link to the images that I am using: |
Same problem if copied again?
…On Wed, Nov 21, 2018 at 8:33 AM Javier Calero de Torres < ***@***.***> wrote:
Here is the link to the images that I am using:
https://drive.google.com/file/d/1WyTHQDNkhaK7WSirpsNAIWTPTxxjptVF/view?usp=sharing
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#774 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABeL71m_H5JzwYj9DwNlNCClE6f40e6Hks5uxYBJgaJpZM4Ysv0H>
.
|
Yes, I tried a few times and with different images. I get the same issue with different images and also with the same folder but not always with the same images on that folder. |
Thanks for all the details! Found the bug that was introduced 3 days ago. It is only in 1.08 for "weed mount". |
released 1.09 with the fix |
The new release is working fine for me, thanks @chrislusf |
new release https://github.com/chrislusf/seaweedfs/releases/download/1.09/linux_amd64.tar.gz.. still says,
|
Yeah. It's a manual process to change the version and I forgot to adjust
it. Need a way to automate this.
…On Thu, Nov 22, 2018 at 7:37 PM Junaid Farooq ***@***.***> wrote:
new release
https://github.com/chrislusf/seaweedfs/releases/download/1.09/linux_amd64.tar.gz
..
still says,
version 1.08 linux amd64
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#774 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABeL70f13P3IGcF1_tKdYTv5lzDuybmfks5ux21wgaJpZM4Ysv0H>
.
|
Hi @chrislusf ,I encoutered the same problem in some of my nodes. System Info
How to reproduceIn my cluster,there are many nodes with different OS version and kernel verion. the bug is reproduceable in above configuation. seaweedfs versionI test this bug with seaweedfs version 1.55 and 1.70. I found no error info in seaweedfs log ,But if you need some other info that may help to conque this bug,just leave me a message. |
@Jevi06 There has been a lot of improvement for |
Some test result here:
|
the image I use is pulled from docker hub,the full signature is |
Could you please create a new issue with detailed steps similar to this? #1182 The bug seems a bit complicated, file format, file size, fuse version, etc. All may have some effect on this. |
ok ,I make a issue with more detail steps now. |
Describe the bug
Almost all files are copied good but some of them are not completed. This is happening with the new release 1.08
System Setup
Ubuntu 18.04
Weed 1.08 amd64
Weed startup command:
./weed -v=0 server -filer=true -dir=storage -pulseSeconds=1 -volume.images.fix.orientation=false
Weed mount command:
./weed mount -filer=localhost:8888 -dirListLimit=1000 -dir=./assets/media -filer.path=/some-folder
Copy command:
sudo cp -r assets/images assets/media
Expected behavior
Before the update, I was working with the release v0.97 and the files were copied good, now some of them are corrupted.
Screenshots
Image to copy:
Image copied:
The text was updated successfully, but these errors were encountered: