You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/11/17 02:03:33 UTC

[jira] [Resolved] (DRILL-1326) Running Queries is not cleaned in query GUI

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

Jacques Nadeau resolved DRILL-1326.
-----------------------------------
    Resolution: Fixed

I believe this is a duplicated and was resolved with merges last week.

> Running Queries is not cleaned in query GUI
> -------------------------------------------
>
>                 Key: DRILL-1326
>                 URL: https://issues.apache.org/jira/browse/DRILL-1326
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization
>    Affects Versions: 0.4.0
>         Environment: MapR 3.1.1
> Drill 0.4.0
> CentOS 6.4
>            Reporter: Hao Zhu
>             Fix For: 0.7.0
>
>         Attachments: Screen Shot 2014-08-22 at 3.46.36 PM.png
>
>
> Some queries are not cleaned from "Running Queries" section in http://<IP>:8047/profiles page.
> (See attached picture.)
> I can simply reproduce this by running below query :
> {code}
> select a.*
>  from cp.`employee.json` a, cp.`employee.json` b
>  where a.position_id=b.position_id;
> {code}
> When it is printing the output, type "ctrl-C" to stop it.
> After that, the "Running Queries" add it and never clean it.
> This happens to some long-running queries for which I "kill -9".
> The asks/suggestions:
> 1. Could we have a system view or table to show currently running queries?
> 2. How to clean the "Running Queries"?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)