Comment 1 for bug 797823

Revision history for this message
Philipp C. Heckel (binwiederhier) wrote :

The repeating output is quite a normal behavior:
- It is polling for changes at the storage.
- And sending NOPs to the python client so that it doesnt die (this is ugly, but necessary!)

It periodically retrieves a list of files from the storage (S3) - every 15 seconds - to check if there is something new. The high bandwidth is caused by the amount of files in the bucket... But 200kb/s is a lot.

I just took a quick look at the implementation of the S3StorageManager and it seems that there's a way to fix this. I'm on it :-D

Thanks for reporting.