Thanks Mike! btw been doing some more tests and it seems to get stuck at
"Catching up md5 for resumed upload" (on small files). feels like a leak.
On Saturday, September 15, 2012 11:43:25 AM UTC-7, Mike Schwartz (Google
Storage Team) wrote:
> Hi,
> We are investigating this problem and will follow up once we have
> information about it.
> Thanks,
> Mike
> On Sat, Sep 15, 2012 at 10:12 AM, sgm <sogma...@gmail.com <javascript:>>wrote:
>> I'm trying to upload a big directory (1TB) with thousands of 'small'
>> files (nohup gsutil -m cp -R -q /dir/* gs://bucket_name &). But after a
>> couple of hours I can see the CPU usage skyrocketing to 100% and the
>> network traffic dropping to 0 (for 24hrs). My guess is that gsutil is
>> trying to compute an md5... but none of the files is bigger than 20mb.
>> There is nothing useful on nohup.out. Any ideas or suggestions?
>> --