Changes between Initial Version and Version 1 of Ticket #1927, comment 4


Ignore:
Timestamp:
2014-06-28T15:45:49Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1927, comment 4

    initial v1  
    1 This happened to a !LeastAuthority customer server. The culprit appears to be the logging when the `noisy` attribute is set on an `HTTPClientFactory`, for example [https://github.com/twisted/twisted/blob/63be1f698a60d572fc6436cbc0af9e0fcff9713e/twisted/internet/protocol.py#L70 here in twisted/internet/protocol.py].
     1This happened to a !LeastAuthority customer server, exhausting its EBS disk space. The culprit appears to be the logging when the `noisy` attribute is set on an `HTTPClientFactory`, for example [https://github.com/twisted/twisted/blob/63be1f698a60d572fc6436cbc0af9e0fcff9713e/twisted/internet/protocol.py#L70 here in twisted/internet/protocol.py].
    22
    33I think (but have no way to test from where I am now) that it can be fixed by changing [https://github.com/tahoe-lafs/tahoe-lafs/blob/2237-cloud-backend-s4/src/allmydata/storage/backends/cloud/s3/s3_container.py#L55 this line in s3_container.py] to: