Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A96B611DFC for ; Thu, 19 Jun 2014 22:27:47 +0000 (UTC) Received: (qmail 82802 invoked by uid 500); 19 Jun 2014 22:27:47 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 82774 invoked by uid 500); 19 Jun 2014 22:27:47 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 82764 invoked by uid 99); 19 Jun 2014 22:27:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 22:27:47 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 19 Jun 2014 22:27:45 +0000 Received: (qmail 78054 invoked by uid 99); 19 Jun 2014 22:27:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 22:27:25 +0000 Date: Thu, 19 Jun 2014 22:27:25 +0000 (UTC) From: "Rahul Challapalli (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-1038) TPCH Query 18 fails with an IndexOutOfBounds Exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Challapalli updated DRILL-1038: ------------------------------------- Description: 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] was: 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. ****************************ACTUAL************************** 16.56229920583934 *************************EXPECTED***************************** 6.458363275377664 > TPCH Query 18 fails with an IndexOutOfBounds Exception > ------------------------------------------------------ > > 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)