You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Abhishek Girish (JIRA)" <ji...@apache.org> on 2015/05/16 00:51:59 UTC

[jira] [Created] (DRILL-3113) Sqlline waits to close while a query submitted thru another client is running

Abhishek Girish created DRILL-3113:
--------------------------------------

             Summary: Sqlline waits to close while a query submitted thru another client is running
                 Key: DRILL-3113
                 URL: https://issues.apache.org/jira/browse/DRILL-3113
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - CLI
    Affects Versions: 1.0.0
            Reporter: Abhishek Girish
            Assignee: Daniel Barclay (Drill)


- Submit a long running query via a different client - say the Drill UI. 
- Have an existing sqlline connection established. 
- Attempt to close the sqlline (using !quit). Appears to hang. 
- Cancel the running query (via the Drill UI here)
- Sqlline successfully closes. 

It appears sqlline is waiting for the query on the other client to complete. There is no reason for one client to depend on another. If this is the intended behavior, a message must be shown on sqlline informing users about the wait. 





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