You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/07/31 09:24:38 UTC

[jira] [Commented] (TAJO-985) Client API should be async

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

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

GitHub user jinossy opened a pull request:

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

    TAJO-985: Client API should be async

    The query status synchronization on state machine always wait for time (event processing time) before status changes. If a lot of time are being processed to the event dispatcher, client api(getStatus, getProgress) will be waiting for changed event status. and query will be session timed out.

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

    $ git pull https://github.com/jinossy/tajo TAJO-985

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

    https://github.com/apache/tajo/pull/99.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 #99
    
----
commit 565744dea7ebcd80de100741465cab606fdad068
Author: jinossy <ji...@gmail.com>
Date:   2014-07-29T08:54:00Z

    TAJO-985: Client API should be async

commit e4eb0fe704a7499858ba4821910e75f1577c79a8
Author: jinossy <ji...@gmail.com>
Date:   2014-07-30T02:50:58Z

    fixed wrong progress

commit e6326d8b6dd26742de026dba1d0a4d34f2bc99cd
Author: jinossy <ji...@gmail.com>
Date:   2014-07-30T02:57:20Z

    applied to web ui

commit 59425a86fae13afb90cda6c91fbc2ce02bfdc8ed
Author: jinossy <ji...@gmail.com>
Date:   2014-07-31T07:01:43Z

    added event executor

----


> Client API should be async
> --------------------------
>
>                 Key: TAJO-985
>                 URL: https://issues.apache.org/jira/browse/TAJO-985
>             Project: Tajo
>          Issue Type: Bug
>          Components: query master
>    Affects Versions: 0.9.0
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>
> The query status synchronization on state machine always wait for time (event processing time) before status changes. If a lot of time are being processed to the event dispatcher, client api(getStatus, getProgress) will be waiting for changed event status. and query will be session timed out.



--
This message was sent by Atlassian JIRA
(v6.2#6252)