Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-1326

Running Queries is not cleaned in query GUI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.4.0
    • 0.7.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"?

      Attachments

        Activity

          People

            Unassigned Unassigned
            haozhu Hao Zhu
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: