[
https://issues.apache.org/jira/browse/DRILL-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Nadeau resolved DRILL-553.
----------------------------------
Resolution: Fixed
merged in 7b6c7a1
> simple query fails sometimes
> ----------------------------
>
> Key: DRILL-553
> URL: https://issues.apache.org/jira/browse/DRILL-553
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Chun Chang
> Priority: Critical
> Attachments: DRILL-553.patch
>
>
> The following query fails sometimes with IndexOutOfBoundsException. Steven
> has the stack trace.
> 0: jdbc:drill:schema=dfs> select 1.1+2.6 from customer limit 1;
> +------------+
> | EXPR$0 |
> +------------+
> | 3.7 |
> +------------+
> 1 row selected (0.206 seconds)
> 0: jdbc:drill:schema=dfs> select 1.1+2.6 from customer limit 1;
> Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while
> running query.[error_id: "1e2013dc-4127-44ba-97ea-e197aab03099"
> endpoint {
> address: "qa-node118.qa.lab"
> user_port: 31010
> control_port: 31011
> data_port: 31012
> }
> error_type: 0
> message: "Failure while running fragment. < IndexOutOfBoundsException:[
> index: -1, length: 0 (expected: range(0, 50000)) ]"
> ]
> Error: exception while executing query (state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.2#6252)