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>
