[ 
https://issues.apache.org/jira/browse/TAJO-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487598#comment-14487598
 ] 

ASF GitHub Bot commented on TAJO-1500:
--------------------------------------

Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/494#issuecomment-91278954
  
    +1. I'll commit soon. 


> 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