Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9700E200B86 for ; Sun, 14 Aug 2016 02:30:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 95946160AA6; Sun, 14 Aug 2016 00:30:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D7F40160AB2 for ; Sun, 14 Aug 2016 02:30:21 +0200 (CEST) Received: (qmail 81722 invoked by uid 500); 14 Aug 2016 00:30:20 -0000 Mailing-List: contact dev-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list dev@arrow.apache.org Received: (qmail 81699 invoked by uid 99); 14 Aug 2016 00:30:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Aug 2016 00:30:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9B2762C02A5 for ; Sun, 14 Aug 2016 00:30:20 +0000 (UTC) Date: Sun, 14 Aug 2016 00:30:20 +0000 (UTC) From: "Jihoon Son (JIRA)" To: dev@arrow.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARROW-260) TestValueVector.testFixedVectorReallocation and testVariableVectorReallocation are flaky MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 14 Aug 2016 00:30:22 -0000 [ https://issues.apache.org/jira/browse/ARROW-260?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D15420= 142#comment-15420142 ]=20 Jihoon Son commented on ARROW-260: ---------------------------------- Thanks. I updated my patch. https://github.com/apache/arrow/pull/118/commit= s/062e3128f498f8a7f193628880f45dfc14eba722 > TestValueVector.testFixedVectorReallocation and testVariableVectorRealloc= ation are flaky > -------------------------------------------------------------------------= --------------- > > Key: ARROW-260 > URL: https://issues.apache.org/jira/browse/ARROW-260 > Project: Apache Arrow > Issue Type: Test > Components: Java - Vectors > Reporter: Julien Le Dem > Assignee: Jihoon Son > > The Travis-ci build has failled several times on these tests. > It looks like they often throw OOME. > stacktrace bellow: > {noformat} > testFixedVectorReallocation(org.apache.arrow.vector.TestValueVector) Tim= e elapsed: 0.174 sec <<< ERROR! > java.lang.Exception: Unexpected exception, expected but was > =09at java.nio.Bits.reserveMemory(Bits.java:658) > =09at java.nio.DirectByteBuffer.(DirectByteBuffer.java:123) > =09at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:306) > =09at io.netty.buffer.UnpooledUnsafeDirectByteBuf.allocateDirect(Unpooled= UnsafeDirectByteBuf.java:108) > =09at io.netty.buffer.UnpooledUnsafeDirectByteBuf.(UnpooledUnsafeDi= rectByteBuf.java:69) > =09at io.netty.buffer.UnpooledByteBufAllocator.newDirectBuffer(UnpooledBy= teBufAllocator.java:50) > =09at io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteB= ufAllocator.java:155) > =09at io.netty.buffer.PooledByteBufAllocatorL$InnerAllocator.newDirectBuf= ferL(PooledByteBufAllocatorL.java:155) > =09at io.netty.buffer.PooledByteBufAllocatorL$InnerAllocator.directBuffer= (PooledByteBufAllocatorL.java:195) > =09at io.netty.buffer.PooledByteBufAllocatorL.allocate(PooledByteBufAlloc= atorL.java:62) > =09at org.apache.arrow.memory.AllocationManager.(AllocationManager.= java:79) > =09at org.apache.arrow.memory.BaseAllocator.bufferWithoutReservation(Base= Allocator.java:238) > =09at org.apache.arrow.memory.BaseAllocator.buffer(BaseAllocator.java:220= ) > =09at org.apache.arrow.memory.BaseAllocator.buffer(BaseAllocator.java:190= ) > =09at org.apache.arrow.vector.UInt4Vector.allocateBytes(UInt4Vector.java:= 189) > =09at org.apache.arrow.vector.UInt4Vector.allocateNew(UInt4Vector.java:17= 1) > =09at org.apache.arrow.vector.TestValueVector.testFixedVectorReallocation= (TestValueVector.java:106) > testVariableVectorReallocation(org.apache.arrow.vector.TestValueVector) = Time elapsed: 0.148 sec <<< ERROR! > java.lang.Exception: Unexpected exception, expected but was > =09at java.nio.Bits.reserveMemory(Bits.java:658) > =09at java.nio.DirectByteBuffer.(DirectByteBuffer.java:123) > =09at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:306) > =09at io.netty.buffer.UnpooledUnsafeDirectByteBuf.allocateDirect(Unpooled= UnsafeDirectByteBuf.java:108) > =09at io.netty.buffer.UnpooledUnsafeDirectByteBuf.(UnpooledUnsafeDi= rectByteBuf.java:69) > =09at io.netty.buffer.UnpooledByteBufAllocator.newDirectBuffer(UnpooledBy= teBufAllocator.java:50) > =09at io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteB= ufAllocator.java:155) > =09at io.netty.buffer.PooledByteBufAllocatorL$InnerAllocator.newDirectBuf= ferL(PooledByteBufAllocatorL.java:155) > =09at io.netty.buffer.PooledByteBufAllocatorL$InnerAllocator.directBuffer= (PooledByteBufAllocatorL.java:195) > =09at io.netty.buffer.PooledByteBufAllocatorL.allocate(PooledByteBufAlloc= atorL.java:62) > =09at org.apache.arrow.memory.AllocationManager.(AllocationManager.= java:79) > =09at org.apache.arrow.memory.BaseAllocator.bufferWithoutReservation(Base= Allocator.java:238) > =09at org.apache.arrow.memory.BaseAllocator.buffer(BaseAllocator.java:220= ) > =09at org.apache.arrow.memory.BaseAllocator.buffer(BaseAllocator.java:190= ) > =09at org.apache.arrow.vector.VarCharVector.allocateNew(VarCharVector.jav= a:364) > =09at org.apache.arrow.vector.TestValueVector.testVariableVectorReallocat= ion(TestValueVector.java:163) > Results : > Tests in error:=20 > TestValueVector.testFixedVectorReallocation =C2=BB Unexpected exceptio= n, expected<... > TestValueVector.testVariableVectorReallocation =C2=BB Unexpected excep= tion, expect... > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)