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


Ignore:
Timestamp:
2014-06-28T16:17:51Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1927, comment 4

    v1 v2  
    1 This 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].
     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 to `True` on an `HTTPClientFactory` (which it is by default), 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: