Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD30A17CF0 for ; Tue, 7 Apr 2015 05:18:12 +0000 (UTC) Received: (qmail 75979 invoked by uid 500); 7 Apr 2015 05:18:12 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 75945 invoked by uid 500); 7 Apr 2015 05:18:12 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 75935 invoked by uid 99); 7 Apr 2015 05:18:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 05:18:12 +0000 Date: Tue, 7 Apr 2015 05:18:12 +0000 (UTC) From: "Parth Chandra (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-2404) After we cancel a query, DRILL sometimes hangs for the next query MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14482612#comment-14482612 ] Parth Chandra commented on DRILL-2404: -------------------------------------- [~rkins] Can you please verify. This should be fixed. > 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: Rahul Challapalli > 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)