[ 
https://issues.apache.org/jira/browse/TAJO-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jihoon Son resolved TAJO-1500.
------------------------------
    Resolution: Fixed

Committed to the master branch.
Thanks for your contribution.

> FinishedTaskCleanThread is not interrupted when worker stops
> ------------------------------------------------------------
>
>                 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