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

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

GitHub user hyunsik opened a pull request:

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

    TAJO-1725: TaskContainer can hang when RuntimeException occurs in TaskImpl

    

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

    $ git pull https://github.com/hyunsik/tajo TAJO-1725

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

    https://github.com/apache/tajo/pull/667.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 #667
    
----
commit 14e8c62bb5032f3742059697dd6a90fee605838e
Author: Hyunsik Choi <[email protected]>
Date:   2015-07-30T08:21:13Z

    TAJO-1725: TaskContainer can hang when RuntimeException occurs in TaskImpl.

----


> TaskContainer can hang when RuntimeException occurs in TaskImpl.
> ----------------------------------------------------------------
>
>                 Key: TAJO-1725
>                 URL: https://issues.apache.org/jira/browse/TAJO-1725
>             Project: Tajo
>          Issue Type: Bug
>          Components: Worker
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> TaskContainer can hang when RuntimeException occurs in TaskImpl. The reason 
> is as follows:
>  * TaskContainer can be aborted by Exception.
>  * TaskImpl running in TaskContainer does not throw Throwable.



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

Reply via email to