Navis created TAJO-1500:
---------------------------

             Summary: FinishedTaskCleanThread is not interrupted in worker stop
                 Key: TAJO-1500
                 URL: https://issues.apache.org/jira/browse/TAJO-1500
             Project: Tajo
          Issue Type: Bug
            Reporter: Navis
            Assignee: Navis
            Priority: Trivial


{code}
if(finishedTaskCleanThread != null) {
  finishedTaskCleanThread.interrupted();
}
{code}
which seemed intended to
{code} 
if(finishedTaskCleanThread != null) {
  finishedTaskCleanThread.interrupt();
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to