Eric Chamberlain

Results 15 comments of Eric Chamberlain

Currently, I'm trying to upload a 3.6GB file and it won't upload for more than 100MB or so before failing. The process should retry the upload on a 408, rather...

When I run the parallel_uploads code, I get the following error: ``` glacier-cmd upload --uploadid ajxckUN1ffsMXTka-066bOFHBfVHvzFi3fvSLWQ2xtLBTk2mfZMBcUe4Ui6QNRyhr8EOwgxxgc4u_N1EuGdoZHut1ctA TimeLapseArchive 2012-06-05\ Transit.zip Traceback (most recent call last):Check done; resuming upload. File "/usr/local/bin/glacier-cmd", line...

Also trying to abort the multipart upload generates an error: ``` glacier-cmd abortmultipart TimeLapseArchive ajxckUN1ffsMXTka-066bOFHBfVHvzFi3fvSLWQ2xtLBTk2mfZMBcUe4Ui6QNRyhr8EOwgxxgc4u_N1EuGdoZHut1ctA Traceback (most recent call last): File "/usr/local/bin/glacier-cmd", line 8, in load_entry_point('glacier==0.2dev', 'console_scripts', 'glacier-cmd')() File "/Library/Python/2.7/site-packages/glacier-0.2dev-py2.7.egg/glacier/glacier.py",...

The first error looks to be an OS X issue. From http://docs.python.org/2/library/multiprocessing.html: qsize() Return the approximate size of the queue. Because of multithreading/multiprocessing semantics, this number is not reliable. Note...

I did some research on work abounds for qsize, the best I could find is this: https://github.com/Fenixin/Minecraft-Region-Fixer/commit/6e559138a7fb5944d9f7b3e86a74525eef0687d6 I'm not sure if the workaround is applicable, my Python is a bit...

Is there a difference between using qsize() > 0 and not empty()?

Thank you for all your work. I've tried an upload with the latest code, it runs for a while, then the network traffic stops and the following error is in...

I get the error every 4-5 GB of data uploaded and the process does not recover. I'm not specifying any session info on the command line.

I find if I set multiple sessions (10), then the processes slowly die, but the upload continues.

I'm still getting the InvalidSignatureException and after all my sessions except, the upload freezes. When I manually break out, the child processes are still hanging around and I have to...