[
https://issues.apache.org/jira/browse/TAJO-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14513552#comment-14513552
]
ASF GitHub Bot commented on TAJO-1581:
--------------------------------------
Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/553#discussion_r29121510
--- Diff: tajo-core/src/main/java/org/apache/tajo/querymaster/Stage.java ---
@@ -1405,14 +1405,14 @@ public void run() {
stage.timeoutChecker.start();
}
} else {
- stage.handle(new StageEvent(stage.getId(),
StageEventType.SQ_STAGE_COMPLETED));
+ stage.getEventHandler().handle(new StageEvent(stage.getId(),
StageEventType.SQ_STAGE_COMPLETED));
--- End diff --
nice finding.
> Does not update last state of query stage in non-hash shuffle
> -------------------------------------------------------------
>
> Key: TAJO-1581
> URL: https://issues.apache.org/jira/browse/TAJO-1581
> Project: Tajo
> Issue Type: Bug
> Components: query master, web UI
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Priority: Minor
> Fix For: 0.11.0, 0.10.1
>
> Attachments: TAJO-1581.patch, TAJO-1581_2.patch
>
>
> Stage event should send to dispatcher
> {noformat}
> eb_1429774432104_0021_000005 SUCCEEDED 2015-04-23 16:34:07
> 2015-04-23 16:34:20 13.0 sec 100% 1186 / 1186 0 / 0
> eb_1429774432104_0021_000006 FINALIZING 2015-04-23 16:34:20
> 2015-04-23 16:34:27 6.0 sec 100% 1 / 1 0 / 0
> eb_1429774432104_0021_000007 FINALIZING 2015-04-23 16:34:27
> 2015-04-23 16:34:29 1.0 sec 100% 1 / 1 0 / 0
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)