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

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

GitHub user navis opened a pull request:

    https://github.com/apache/tajo/pull/494

    TAJO-1500 FinishedTaskCleanThread is not interrupted when worker stops

    Another trivial fix

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/navis/tajo TAJO-1500

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/494.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #494
    
----
commit 5f8877d078712957472ac78d1998e718cdcb1d21
Author: navis.ryu <[email protected]>
Date:   2015-04-01T09:24:54Z

    TAJO-1500 FinishedTaskCleanThread is not interrupted when worker stops

----


> 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