You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2013/12/06 03:28:35 UTC

[jira] [Commented] (TAJO-387) Query is hanging when errors occurs in Query or SubQuery class

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

Jinho Kim commented on TAJO-387:
--------------------------------

Could you rebase the patch against the recent revision?

> Query is hanging when errors occurs in Query or SubQuery class
> --------------------------------------------------------------
>
>                 Key: TAJO-387
>                 URL: https://issues.apache.org/jira/browse/TAJO-387
>             Project: Tajo
>          Issue Type: Bug
>          Components: master
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Critical
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-387.patch
>
>
> Currently, Query is hanging when errors occur in Query or SubQuery. This is a critical bug.
> Primarily, this patch fixes many bugs that cause infinite query hanging. In detail, this patch does as follows:
>  * When there is no result file, Query::buildOrUpdateResultTableDesc causes NPE. This patch fixes this bug.
>  * A table can be either a file or directory. 
>   ** Before this patch, a table must be a directory.
>  * Add ERROR state to Query
>  * Allow Query to avoid hanging when errors occur
>  * Enable Query to accumulate diagnostic messages.
>  * Add ERROR state to SubQuery
>  * Allow SubQuery to avoid hanging and retrieve resources when errors occur
>  * Enable SubQuery to accumulate diagnostic messages.
>  * Enable TajoCli to get proper error messages (e.g., Query Failed! or Internal Error!) when a query is failed or faces internal errors.



--
This message was sent by Atlassian JIRA
(v6.1#6144)