Opened 11 years ago
Closed 11 years ago
#5073 enhancement closed duplicate (duplicate)
Upgrading from Twisted 10.1 to trunk HEAD (after 11.0) results in many TLSBioFactory log calls
Reported by: | rlotun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Keywords: | |
Cc: | Branch: | ||
Author: |
Description
I just picked one server from our cluster to upgrade to twisted trunk HEAD (r31733) (mainly to see what effect #5011 had on our server), resulted in many more log lines that looked like this:
2011-04-28 13:17:29+0000 [TLSMemoryBIOProtocol,client] Stopping factory <twisted.protocols.tls.TLSMemoryBIOFactory instance at 0xa00530c> 2011-04-28 13:17:29+0000 [TLSMemoryBIOProtocol,client] Stopping factory <twisted.protocols.tls.TLSMemoryBIOFactory instance at 0x9ffe30c> 2011-04-28 13:17:29+0000 [TLSMemoryBIOProtocol,client] Stopping factory <twisted.protocols.tls.TLSMemoryBIOFactory instance at 0xa0b348c>
I temporarily turned this off by putting a noisy = False
at source:trunk/twisted/protocols/tls.py@31733#L337 but I'm not sure how best to tackle the general case. Shouldn't this factory respect the noisy flag of my twisted.web.client.HTTPClientFactory
?
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This was addressed by a duplicate ticket: #5311
Note: See
TracTickets for help on using
tickets.
See #5062 for a similar (not duplicate) issue.