You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/04/17 23:47:58 UTC

[jira] [Closed] (DRILL-1038) TPCH Query 18 fails with an IndexOutOfBounds Exception for a scale factor of 1GB as well as 10GB

     [ https://issues.apache.org/jira/browse/DRILL-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Challapalli closed DRILL-1038.
------------------------------------

Verified and added a testcase

> TPCH Query 18 fails with an IndexOutOfBounds Exception for a scale factor of 1GB as well as 10GB
> ------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-1038
>                 URL: https://issues.apache.org/jira/browse/DRILL-1038
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>            Reporter: Rahul Challapalli
>            Assignee: Steven Phillips
>             Fix For: 0.4.0
>
>
> git.commit.id.abbrev=894037a
> Build # : 26145
> Below is the exception from running the tpch query 18
> ERROR o.a.d.e.w.f.AbstractStatusReporter - Error 22ce8754-34a9-48e8-b5b3-1a0bcc71cc6c: Failure while running fragment.
> java.lang.IndexOutOfBoundsException: index: -8, length: 8 (expected: range(0, 0))
>         at io.netty.buffer.AbstractByteBuf.checkIndex(AbstractByteBuf.java:1130) ~[netty-buffer-4.0.7.Final.jar:na]
>         at io.netty.buffer.AbstractByteBuf.getLong(AbstractByteBuf.java:391) ~[netty-buffer-4.0.7.Final.jar:na]
>         at org.apache.drill.exec.memory.AccountingByteBuf.getLong(AccountingByteBuf.java:290) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
>         at org.apache.drill.exec.vector.BigIntVector$Accessor.get(BigIntVector.java:284) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
>         at org.apache.drill.exec.test.generated.StreamingAggregatorGen13.isSamePrev(StreamingAggTemplate.java:44) ~[na:na]
>         at org.apache.drill.exec.test.generated.StreamingAggregatorGen13.doWork(StreamingAggTemplate.java:197) ~[na:na]
>         at org.apache.drill.exec.physical.impl.aggregate.StreamingAggBatch.innerNext(StreamingAggBatch.java:105) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
>         at org.apache.drill.exec.record.AbstractRecordBatch.next(AbstractRecordBatch.java:91) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
>         at org.apache.drill.exec.physical.impl.BaseRootExec.next(BaseRootExec.java:56) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
>         at org.apache.drill.exec.physical.impl.broadcastsender.BroadcastSenderRootExec.innerNext(BroadcastSenderRootExec.java:83) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
>         at org.apache.drill.exec.physical.impl.BaseRootExec.next(BaseRootExec.java:46) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
>         at org.apache.drill.exec.work.fragment.FragmentExecutor.run(FragmentExecutor.java:100) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_51]
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_51]
>         at java.lang.Thread.run(Thread.java:744) [na:1.7.0_51]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)