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 51B1710C03 for ; Mon, 1 Dec 2014 18:59:15 +0000 (UTC) Received: (qmail 7854 invoked by uid 500); 1 Dec 2014 18:59:15 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 7830 invoked by uid 500); 1 Dec 2014 18:59:15 -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 7819 invoked by uid 99); 1 Dec 2014 18:59:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 18:59:15 +0000 Date: Mon, 1 Dec 2014 18:59:15 +0000 (UTC) From: "Jason Altekruse (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-970) sqllline shell hangs after long idle time or laptop suspend/resume 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-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Altekruse updated DRILL-970: ---------------------------------- Fix Version/s: (was: Future) 0.8.0 > sqllline shell hangs after long idle time or laptop suspend/resume > ------------------------------------------------------------------ > > Key: DRILL-970 > URL: https://issues.apache.org/jira/browse/DRILL-970 > Project: Apache Drill > Issue Type: Bug > Reporter: Tomer Shiran > Fix For: 0.8.0 > > > This has happened to me a few times. I put my laptop to sleep, come back later, and sqlline hangs for a while. > 0: jdbc:drill:zk=local> select count(*) as incidents, columns[1] as category from dfs.`/tmp/SFPD_Incidents_-_Previous_Three_Months.csv` group by columns[1] order by incidents desc; > Query failed: org.apache.drill.exec.rpc.ChannelClosedException: Queue closed due to channel closure. > Error: exception while executing query (state=,code=0) > 0: jdbc:drill:zk=local> -- This message was sent by Atlassian JIRA (v6.3.4#6332)