I also saw this failure running the tests on my linux vm, the only changed
setting is the -PlargeTests flag, memory and fork count are defaults. All
of the tests pass on my mac with default settings, no flags.

On Wed, Aug 5, 2015 at 1:03 PM, Hanifi Gunes <[email protected]> wrote:

> Did you tighten your memory settings? How many forks are you running with?
> I bet you are truly running out of memory while executing this particular
> test case.
>
> -H+
>
> On Wed, Aug 5, 2015 at 8:56 PM, Sudheesh Katkam <[email protected]>
> wrote:
>
> > b2bbd99 committed on July 6th introduced the test.
> >
> > > On Aug 5, 2015, at 10:21 AM, Jinfeng Ni <[email protected]> wrote:
> > >
> > > In that case,  we probably need do binary search to figure out which
> > recent
> > > patch is causing this problem.
> > >
> > > On Wed, Aug 5, 2015 at 10:03 AM, Abdel Hakim Deneche <
> > [email protected]>
> > > wrote:
> > >
> > >> Just got those errors on master too
> > >>
> > >> On Wed, Aug 5, 2015 at 9:07 AM, Abdel Hakim Deneche <
> > [email protected]
> > >>>
> > >> wrote:
> > >>
> > >>> I'm seeing those errors intermittently when building my private
> > branch, I
> > >>> don't believe I made any change that would have caused them. Anyone
> > seen
> > >>> them too ?
> > >>>
> > >>>
> > >>
> >
> testBitVectorReallocation(org.apache.drill.exec.record.vector.TestValueVector)
> > >>>> Time elapsed: 2.043 sec  <<< ERROR!
> > >>>> java.lang.Exception: Unexpected exception,
> > >>>>
> expected<org.apache.drill.exec.exception.OversizedAllocationException>
> > >> but
> > >>>> was<org.apache.drill.exec.memory.OutOfMemoryRuntimeException>
> > >>>> at java.nio.Bits.reserveMemory(Bits.java:658)
> > >>>> at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
> > >>>> at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:306)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.UnpooledUnsafeDirectByteBuf.allocateDirect(UnpooledUnsafeDirectByteBuf.java:108)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.UnpooledUnsafeDirectByteBuf.<init>(UnpooledUnsafeDirectByteBuf.java:69)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.UnpooledByteBufAllocator.newDirectBuffer(UnpooledByteBufAllocator.java:50)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:155)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.PooledByteBufAllocatorL.newDirectBuffer(PooledByteBufAllocatorL.java:130)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.PooledByteBufAllocatorL.directBuffer(PooledByteBufAllocatorL.java:171)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.memory.TopLevelAllocator.buffer(TopLevelAllocator.java:100)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.memory.TopLevelAllocator.buffer(TopLevelAllocator.java:116)
> > >>>> at
> org.apache.drill.exec.vector.BitVector.reAlloc(BitVector.java:139)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.record.vector.TestValueVector.testBitVectorReallocation(TestValueVector.java:125)
> > >>>
> > >>>
> > >>>
> > >>
> >
> testFixedVectorReallocation(org.apache.drill.exec.record.vector.TestValueVector)
> > >>>> Time elapsed: 0.436 sec  <<< ERROR!
> > >>>> java.lang.Exception: Unexpected exception,
> > >>>>
> expected<org.apache.drill.exec.exception.OversizedAllocationException>
> > >> but
> > >>>> was<org.apache.drill.exec.memory.OutOfMemoryRuntimeException>
> > >>>> at java.nio.Bits.reserveMemory(Bits.java:658)
> > >>>> at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
> > >>>> at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:306)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.UnpooledUnsafeDirectByteBuf.allocateDirect(UnpooledUnsafeDirectByteBuf.java:108)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.UnpooledUnsafeDirectByteBuf.<init>(UnpooledUnsafeDirectByteBuf.java:69)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.UnpooledByteBufAllocator.newDirectBuffer(UnpooledByteBufAllocator.java:50)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:155)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.PooledByteBufAllocatorL.newDirectBuffer(PooledByteBufAllocatorL.java:130)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.PooledByteBufAllocatorL.directBuffer(PooledByteBufAllocatorL.java:171)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.memory.TopLevelAllocator.buffer(TopLevelAllocator.java:100)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.memory.TopLevelAllocator.buffer(TopLevelAllocator.java:116)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.vector.UInt4Vector.allocateBytes(UInt4Vector.java:187)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.vector.UInt4Vector.allocateNew(UInt4Vector.java:177)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.record.vector.TestValueVector.testFixedVectorReallocation(TestValueVector.java:85)
> > >>>
> > >>>
> > >>>
> > >>
> >
> testVariableVectorReallocation(org.apache.drill.exec.record.vector.TestValueVector)
> > >>>> Time elapsed: 0.788 sec  <<< ERROR!
> > >>>> java.lang.Exception: Unexpected exception,
> > >>>>
> expected<org.apache.drill.exec.exception.OversizedAllocationException>
> > >> but
> > >>>> was<org.apache.drill.exec.memory.OutOfMemoryRuntimeException>
> > >>>> at java.nio.Bits.reserveMemory(Bits.java:658)
> > >>>> at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
> > >>>> at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:306)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.UnpooledUnsafeDirectByteBuf.allocateDirect(UnpooledUnsafeDirectByteBuf.java:108)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.UnpooledUnsafeDirectByteBuf.<init>(UnpooledUnsafeDirectByteBuf.java:69)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.UnpooledByteBufAllocator.newDirectBuffer(UnpooledByteBufAllocator.java:50)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:155)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.PooledByteBufAllocatorL.newDirectBuffer(PooledByteBufAllocatorL.java:130)
> > >>>> at
> > >>>>
> > >>
> >
> io.netty.buffer.PooledByteBufAllocatorL.directBuffer(PooledByteBufAllocatorL.java:171)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.memory.TopLevelAllocator.buffer(TopLevelAllocator.java:100)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.memory.TopLevelAllocator.buffer(TopLevelAllocator.java:116)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.vector.VarCharVector.allocateNew(VarCharVector.java:372)
> > >>>> at
> > >>>>
> > >>
> >
> org.apache.drill.exec.record.vector.TestValueVector.testVariableVectorReallocation(TestValueVector.java:142)
> > >>>
> > >>>
> > >>> Thanks
> > >>> --
> > >>>
> > >>> Abdelhakim Deneche
> > >>>
> > >>> Software Engineer
> > >>>
> > >>>  <http://www.mapr.com/>
> > >>>
> > >>>
> > >>> Now Available - Free Hadoop On-Demand Training
> > >>> <
> > >>
> >
> http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available
> > >>>
> > >>>
> > >>
> > >>
> > >>
> > >> --
> > >>
> > >> Abdelhakim Deneche
> > >>
> > >> Software Engineer
> > >>
> > >>  <http://www.mapr.com/>
> > >>
> > >>
> > >> Now Available - Free Hadoop On-Demand Training
> > >> <
> > >>
> >
> http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available
> > >>>
> > >>
> >
> >
>

Reply via email to