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 <[email protected]>
Date:   2014-07-29T08:54:00Z

    TAJO-985: Client API should be async

commit e4eb0fe704a7499858ba4821910e75f1577c79a8
Author: jinossy <[email protected]>
Date:   2014-07-30T02:50:58Z

    fixed wrong progress

commit e6326d8b6dd26742de026dba1d0a4d34f2bc99cd
Author: jinossy <[email protected]>
Date:   2014-07-30T02:57:20Z

    applied to web ui

commit 59425a86fae13afb90cda6c91fbc2ce02bfdc8ed
Author: jinossy <[email protected]>
Date:   2014-07-31T07:01:43Z

    added event executor

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to