You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Victoria Markman (JIRA)" <ji...@apache.org> on 2015/06/18 19:52:00 UTC

[jira] [Created] (DRILL-3311) sqlline hangs when query is cancelled while results are returned from the server

Victoria Markman created DRILL-3311:
---------------------------------------

             Summary: sqlline hangs when query is cancelled while results are returned from the server
                 Key: DRILL-3311
                 URL: https://issues.apache.org/jira/browse/DRILL-3311
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Flow
    Affects Versions: 1.0.0
            Reporter: Victoria Markman
            Assignee: Chris Westin


1. Ran a query that returns millions of rows
2. When sqlline started to return results decided to cancel it: pressed Ctrl-C
3. sqlline was completely hosed + server never received cancellation request
4. cancelled query through Web UI
5. sqlline "released"

To reproduce:

1. Single drillbit
2. 8GB direct memory, 4GB heap
3. Run query below:

{code}
use tpcds100;
select 
  sum(ss_quantity) over(partition by ss_store_sk order by ss_sold_date_sk) 
from store_sales;
{code}



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