vsespb / mt-aws-glacier

Perl Multithreaded Multipart sync to Amazon Glacier
http://mt-aws.com/
GNU General Public License v3.0
536 stars 57 forks source link

HTTP Connection problem in restore-completed job #140

Closed cristianrohr closed 6 years ago

cristianrohr commented 6 years ago

Hello, i'm trying to restore data and i'm getting this error

[crohr@z800 glacier]$ /opt/mt-aws-glacier/mtglacier restore-completed --config amaranto.cfg --dir ../amaranto --vault amaranto --journal amaranto.journal
MT-AWS-Glacier, Copyright 2012-2014 Victor Efimov http://mt-aws.com/ Version 1.120

PID 10365 Started worker
PID 10366 Started worker
PID 10367 Started worker
PID 10368 Started worker
PID 10365 Retrieved Job List
PID 10366 HTTP connection problem. Will retry (226 seconds spent for request)
PID 10366 HTTP connection problem. Will retry (167 seconds spent for request)
PID 10366 HTTP connection problem. Will retry (252 seconds spent for request)
PID 10366 HTTP connection problem. Will retry (245 seconds spent for request)
PID 10366 HTTP connection problem. Will retry (179 seconds spent for request)

thanks

vsespb commented 6 years ago

hi. known Amazon feature/bug when high concurrent/long running requests just timeouts. try decreasing --concurrency (down till 1), and --partsize (till 1 too).