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 0214F18EB4 for ; Wed, 1 Jul 2015 21:45:05 +0000 (UTC) Received: (qmail 89347 invoked by uid 500); 1 Jul 2015 21:45:04 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 89316 invoked by uid 500); 1 Jul 2015 21:45:04 -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 89306 invoked by uid 99); 1 Jul 2015 21:45:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2015 21:45:04 +0000 Date: Wed, 1 Jul 2015 21:45:04 +0000 (UTC) From: "Chris Westin (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-3141) sqlline throws an exception when query is cancelled 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-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Westin updated DRILL-3141: -------------------------------- Fix Version/s: 1.2.0 > sqlline throws an exception when query is cancelled > --------------------------------------------------- > > Key: DRILL-3141 > URL: https://issues.apache.org/jira/browse/DRILL-3141 > Project: Apache Drill > Issue Type: Bug > Components: Client - CLI > Affects Versions: 1.0.0 > Reporter: Victoria Markman > Assignee: Daniel Barclay (Drill) > Fix For: 1.2.0 > > > I cancelled query and got a sqlline exception. Was able to reproduce it only twice. Don't have a reliable reproduction. > {code} > 0: jdbc:drill:schema=dfs> select * from web_sales ws, web_returns wr where ws.ws_customer_sk = wr.wr_customer_sk limit 1; > java.lang.RuntimeException: java.sql.SQLException: Unexpected RuntimeException: java.util.ConcurrentModificationException > at sqlline.IncrementalRows.hasNext(IncrementalRows.java:73) > at sqlline.TableOutputFormat$ResizingRowsProvider.next(TableOutputFormat.java:92) > at sqlline.TableOutputFormat.print(TableOutputFormat.java:127) > at sqlline.SqlLine.print(SqlLine.java:1583) > at sqlline.Commands.execute(Commands.java:852) > at sqlline.Commands.sql(Commands.java:751) > at sqlline.SqlLine.dispatch(SqlLine.java:738) > at sqlline.SqlLine.begin(SqlLine.java:612) > at sqlline.SqlLine.start(SqlLine.java:366) > at sqlline.SqlLine.main(SqlLine.java:259) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)