[ 
https://issues.apache.org/jira/browse/TAJO-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jaehwa Jung updated TAJO-819:
-----------------------------

    Attachment: 스크린샷 2014-05-21 오전 11.54.34.png

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, 
> 스크린샷 2014-05-21 오전 11.54.34.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)

Reply via email to