[
https://issues.apache.org/jira/browse/TAJO-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13954703#comment-13954703
]
Hudson commented on TAJO-706:
-----------------------------
FAILURE: Integrated in Tajo-0.8.0-build #51 (See
[https://builds.apache.org/job/Tajo-0.8.0-build/51/])
TAJO-706: In the case of very quick query, client can't get query status.
(hyoungjunkim via hyunsik) (hyunsik: rev
c7e361676470e823b2e2718f98bfd05ab35ea992)
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/querymaster/QueryJobManager.java
* tajo-client/src/main/java/org/apache/tajo/client/TajoDump.java
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/TajoMasterClientService.java
*
tajo-core/tajo-core-backend/src/test/java/org/apache/tajo/client/TestTajoClient.java
> In the case of very quick query, client can't get query status.
> ---------------------------------------------------------------
>
> Key: TAJO-706
> URL: https://issues.apache.org/jira/browse/TAJO-706
> Project: Tajo
> Issue Type: Bug
> Reporter: hyoungjunkim
> Assignee: hyoungjunkim
> Priority: Minor
> Fix For: 0.8-incubating, 1.0-incubating
>
> Attachments: TAJO-706.patch, TAJO-706_2.patch, TAJO-706_3.patch
>
>
> See the title. TajoClient calls getQueryStatus() to TajoMaster or QueryMaster
> every 500ms. If a query is ended within 500ms, TajoClient can't get query
> status from TajoMaster. The cause of this problem is that TajoMaster get a
> status from QueryInProgress.
--
This message was sent by Atlassian JIRA
(v6.2#6252)