[
https://issues.apache.org/jira/browse/TAJO-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14484828#comment-14484828
]
ASF GitHub Bot commented on TAJO-1500:
--------------------------------------
Github user navis commented on the pull request:
https://github.com/apache/tajo/pull/494#issuecomment-90821201
It's mere a typo fix. anyone?
> 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)