Open
Description
In kill tasks lines 128-138. scheduleSuicideTimer doesn't block so the thread creating the TASK_FINISHED message finishes possible (and in some cases often) before the executor kills the task. This can leave processes open and cause offers to go out to new tasks before they're available, leading to crashes due to port conflicts etc.
I think the solution is to put blocking version of scheduleSuicideTimer() in the thread that builds the task finished mehtod.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels