Rahul Challapalli created DRILL-1032:
----------------------------------------

             Summary: Tpch query 7 throws an exception for a scale factor of 
10GB
                 Key: DRILL-1032
                 URL: https://issues.apache.org/jira/browse/DRILL-1032
             Project: Apache Drill
          Issue Type: Bug
          Components: Query Planning & Optimization
            Reporter: Rahul Challapalli


git.commit.id.abbrev=894037a
Build # : 26145

Running query07 is giving the below exception. The same query fails for scale 
factor 1GB with a verfication failure. Let me know if you want more information 
about the data set used.

ERROR o.a.d.e.w.f.AbstractStatusReporter - Error 
dcab56af-eab9-498d-a693-9e649c9f3525: Failure while running fragment.
java.lang.NullPointerException: null
        at io.netty.buffer.PoolChunkListL.remove(PoolChunkListL.java:187) 
~[drill-buffers-1.0.0-m2-incubating-SNAPSHOT.jar:na]
        at io.netty.buffer.PoolChunkListL.trim(PoolChunkListL.java:134) 
~[drill-buffers-1.0.0-m2-incubating-SNAPSHOT.jar:na]
        at io.netty.buffer.PooledByteBufL.capacity(PooledByteBufL.java:144) 
~[drill-buffers-1.0.0-m2-incubating-SNAPSHOT.jar:na]
        at 
org.apache.drill.exec.memory.AccountingByteBuf.capacity(AccountingByteBuf.java:85)
 
~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
        at 
org.apache.drill.exec.vector.UInt4Vector$Mutator.setValueCount(UInt4Vector.java:394)
 
~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
        at 
org.apache.drill.exec.vector.VarBinaryVector$Mutator.setValueCount(VarBinaryVector.java:529)
 
~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
        at 
org.apache.drill.exec.test.generated.PartitionerGen25$OutgoingRecordBatch.flush(PartitionerTemplate.java:257)
 ~[na:na]
        at 
org.apache.drill.exec.test.generated.PartitionerGen25.flushOutgoingBatches(PartitionerTemplate.java:132)
 ~[na:na]
        at 
org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderRootExec.innerNext(PartitionSenderRootExec.java:95)
 
~[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)

Reply via email to