Bug #46
Track down and resolve Lost-Phase Tokens
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
Lost-phase tokens lead to resource leaks - as an ongoing concern we need to track down and resolve any lost-phase tokens noticed in the course of normal execution.
<br/>
<br/>
Lost-phase tokens are the result of Tuples objects not being closed properly - this is generally due to a call to clone() without a subsequent call to close() on *both* tuples.
<br/>
<br/>
Tracking this down is then a case of figuring out where the guilty tuples object was created, and then identifying where it should have been closed.