[
https://issues.apache.org/jira/browse/DRILL-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976274#comment-13976274
]
Chun Chang commented on DRILL-553:
----------------------------------
The following query consistently hitting the issue:
0: jdbc:drill:schema=dfs> select customer.country as c0 from customer as
customer where UPPER(customer.country) = UPPER('USA') group by customer.country
order by customer.country ASC NULLS LAST;
Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while
running query.[error_id: "9e766733-7473-4497-9b4e-13924a06765b"
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:
1766334572, length: 0 (expected: range(0, 50000)) ]"
]
Error: exception while executing query (state=,code=0)
> 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
>
> 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)