[ 
https://issues.apache.org/jira/browse/DRILL-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726451#comment-14726451
 ] 

Victoria Markman commented on DRILL-3141:
-----------------------------------------

Closing, have not seen it in a while ... Besides, this is an old exception 
(before we introduced a new mechanism, so it is really old)

> 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: Parth Chandra
>             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)

Reply via email to