You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/03/09 05:16:39 UTC

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

Rahul Challapalli created DRILL-2404:
----------------------------------------

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