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/03/09 07:24:38 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14352602#comment-14352602 ] 

Abhishek Girish commented on DRILL-2404:
----------------------------------------

Possible duplicate of DRILL-1929

> 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
>
> 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)