Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
At Twitter, the executor terminated (due to an unrelated bug) before it registered with the slave. The queued task was incorrectly 'copied' to terminatedTasks instead of being 'moved' to it. As a result, the executor had the task in queuedTasks and completedTasks stopping it from being cleaned up by the slave.