Ticket #146 (new defect)

Opened 6 months ago

Last modified 6 months ago

does TubConnectorClientFactory stick around too long?

Reported by: warner Assigned to:
Priority: major Milestone: undecided
Component: unknown Version: 0.4.1
Keywords: Cc:

Description

While investigating the incidents in tahoe#899 (I'll attach one of them here), I noticed that TubConnectorClientFactory appears to be sticking around until the winning connection has been closed, rather than going away after the winner has finished negotiating.

I don't think this has any negative effects, but it's not how I intended it to work, so I need to either fix it to work as intended, or walk through and make sure that this unexpected behavior isn't causing problems.

In the attached incident, grep for "hndn3", and pay attention to the "Stopping factory" lines, in particular in event number 16234.

Attachments

incident-2010-01-14-071855-w4y74lq.flog.bz2 (36.2 kB) - added by warner on 01/26/10 14:40:54.

Change History

01/26/10 14:40:54 changed by warner

  • attachment incident-2010-01-14-071855-w4y74lq.flog.bz2 added.

01/26/10 14:45:59 changed by warner

  • summary changed from does TubConnectorClientFactory sticks around too long? to does TubConnectorClientFactory stick around too long?.