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 2014/06/20 00:27:26 UTC

[jira] [Updated] (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 updated DRILL-1038:
-------------------------------------

    Summary: TPCH Query 18 fails with an IndexOutOfBounds Exception for a scale factor of 1GB as well as 10GB  (was: TPCH Query 18 fails with an IndexOutOfBounds Exception)

> 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
>
> git.commit.id.abbrev=894037a
> Build # : 26145
> The number of rows returned matches the expected value. However the actual data in the row does not match. Let me know if you need more information regarding data/baselines used. For scale factor 1GB, the difference seems to be ~0.1, however for scale factor 10GB the difference is more in the acceptable range (~0.0002). Below is the result from running the query against 1GB data.
> 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.2#6252)