[
https://issues.apache.org/jira/browse/TAJO-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004468#comment-14004468
]
Jaehwa Jung edited comment on TAJO-819 at 5/21/14 8:09 AM:
-----------------------------------------------------------
I added a button to kill running queries at query.jsp.
You can find it at 'http://${tajo.master.info-http.address}:26080/query.jsp'
P.S I attached a screen capture file.
was (Author: blrunner):
I added a button to kill running queries at query.jsp.
You can find it at 'http://${tajo.master.info-http.address}:26080/query.jsp'
> KillQuery does not work query occasionally.
> -------------------------------------------
>
> Key: TAJO-819
> URL: https://issues.apache.org/jira/browse/TAJO-819
> Project: Tajo
> Issue Type: Bug
> Components: query master, worker
> Reporter: Jaehwa Jung
> Assignee: Jaehwa Jung
> Fix For: 0.9.0, 0.8.1
>
> Attachments: TAJO-819.patch, TAJO-819_2.patch, TAJO-819_3.patch,
> killQuery.png
>
>
> There are two types of killing queries. First is that QueryMaster cancel
> QueryUnitAttempt before QueryUnitAttempt be passed to TajoWorker. Second is
> that TajoWorker cancel running QueryUnitAttempt.
> If QueryMaster cancel QueryUnitAttempts, it will be stopped. But
> unfortunately, at nearly the same time, a few QueryUnitAttempts can be passed
> to TajoWorker. And these never will be stopped because it can't find valid
> state for state machines.
--
This message was sent by Atlassian JIRA
(v6.2#6252)