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

fatal error:(The read operation timed out) #16

Open
huanyuxinchen opened this issue Jul 18, 2018 · 12 comments
Open

fatal error:(The read operation timed out) #16

huanyuxinchen opened this issue Jul 18, 2018 · 12 comments

Comments

@huanyuxinchen
Copy link

Hi, I tried downloading the train dataset with AWS S3, but every time when I had downloaded almost 140K images, the downloading process would be interrupted, and the error happened: "fatal error:(The read operation timed out)", could you please help me?

@DamonLiuTHU
Copy link

may be this problem is caused by the file system, check the limit of the numbers of files per dir.

@huanyuxinchen
Copy link
Author

@DamonLiuTHU Thank you for your reply,but I have checked other dir, and I found some dir has more than 400K images,so I think this problem is not caused by this reason.

@rabienrose
Copy link

I can only download about 400k images from train folder, than it gave me the error of "fatal error:(The read operation timed out)". it is like there are only about 400k images in the s3 train folder.

@huanyuxinchen
Copy link
Author

@rabienrose Me to, I have download 448341 images from train folder, then when I try AWS s3 sync again, the error happened: "fatal error:(The read operation timed out)".

@rabienrose
Copy link

@huanyuxinchen I found it recovered this morning, it started downloading the further more files now.

@superzrx
Copy link

@rabienrose I have the same problem after downloaded 251k images . The aws just exit by itself, could you please share how it started downloading more files?

@huanyuxinchen
Copy link
Author

@rabienrose I still cannot download the further more files.

@rabienrose
Copy link

I wrote a script to start aws s3 sync again after it exit with error. So it keep trying until the transferring recover.

@superzrx
Copy link

@rabienrose It works! Thank you.

@huanyuxinchen
Copy link
Author

@rabienrose I still cannot download, can you share your scripts? Thank you!

@rabienrose
Copy link

@huanyuxinchen
while :
do
aws s3 --no-sign-request sync s3://open-images-dataset/train ./train
done

@huanyuxinchen
Copy link
Author

@rabienrose Thank you, I will try!

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

4 participants