You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Parth Chandra (JIRA)" <ji...@apache.org> on 2015/04/07 07:17:12 UTC

[jira] [Updated] (DRILL-2404) After we cancel a query, DRILL sometimes hangs for the next query

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

Parth Chandra updated DRILL-2404:
---------------------------------
    Fix Version/s:     (was: 0.9.0)
                   1.0.0

> After we cancel a query, DRILL sometimes hangs for the next query
> -----------------------------------------------------------------
>
>                 Key: DRILL-2404
>                 URL: https://issues.apache.org/jira/browse/DRILL-2404
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - JDBC
>            Reporter: Rahul Challapalli
>            Assignee: Parth Chandra
>             Fix For: 1.0.0
>
>
> git.commit.id.abbrev=e92db23
> I tried running the below sequence of commands from sqlline :
> {code}
> select count(*) from widestrings;
> +------------+
> |   EXPR$0   |
> +------------+
> | 10001      |
> +------------+
> {code}
> {code}
> select * from widestrings;
> {code}
> {code}
> Cancel the running query while it is printing the output
> {code}
> {code}
> select count(*) from widestrings;
> This causes SQLLINE to hang indefinitely.
> {code}
> We should see this problem when we kill a query in sqlline while it is displaying the output. If needed I can provide the data that I used.



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