You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Abhishek Girish (JIRA)" <ji...@apache.org> on 2015/07/01 02:37:07 UTC

[jira] [Updated] (DRILL-3440) Canceling queries on Sqlline crashes all Drillbits

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

Abhishek Girish updated DRILL-3440:
-----------------------------------
    Attachment: drillbit.out.txt
                drillbit.log.txt

> Canceling queries on Sqlline crashes all Drillbits
> --------------------------------------------------
>
>                 Key: DRILL-3440
>                 URL: https://issues.apache.org/jira/browse/DRILL-3440
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - CLI
>    Affects Versions: 1.1.0
>            Reporter: Abhishek Girish
>            Assignee: Daniel Barclay (Drill)
>            Priority: Critical
>         Attachments: drillbit.log.txt, drillbit.out.txt
>
>
> Upon canceling a query, & reissuing another query, all drillbits crash. 
> {code:sql}
> > SELECT RANK() OVER (PARTITION BY ss.ss_store_sk ORDER BY ss.ss_store_sk), AVG(ss_ext_discount_amt) OVER (PARTITION BY ss.ss_store_sk ORDER BY ss.ss_store_sk) FROM store_sales ss WHERE ss.ss_store_sk is not NULL LIMIT 20;
> [Cancel]
> > select * from store_sales limit 1;
> Error: CONNECTION ERROR: Connection /10.10.120.101:55788 <--> /10.10.120.110:31010 (user client) closed unexpectedly.
> [Error Id: 6dfd9fef-39bf-4955-8783-49805e1a8e3d ] (state=,code=0)
> {code}
> Logs attached. 



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