Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.4.0
-
None
-
MapR 3.1.1
Drill 0.4.0
CentOS 6.4
Description
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 :
select a.* from cp.`employee.json` a, cp.`employee.json` b where a.position_id=b.position_id;
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"?