[
https://issues.apache.org/jira/browse/TAJO-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14648560#comment-14648560
]
ASF GitHub Bot commented on TAJO-1725:
--------------------------------------
Github user jinossy commented on a diff in the pull request:
https://github.com/apache/tajo/pull/667#discussion_r35937482
--- Diff: tajo-core/src/main/java/org/apache/tajo/worker/TaskContainer.java
---
@@ -66,7 +66,8 @@ public void run() {
}
task.cleanup();
- } catch (Exception e) {
+
+ } catch (Throwable e) {
--- End diff --
Nice catch!!
> 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)