Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8E0C183F1 for ; Wed, 5 Aug 2015 17:22:13 +0000 (UTC) Received: (qmail 80664 invoked by uid 500); 5 Aug 2015 17:22:13 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 80612 invoked by uid 500); 5 Aug 2015 17:22:13 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 80600 invoked by uid 99); 5 Aug 2015 17:22:13 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2015 17:22:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C907519BB08 for ; Wed, 5 Aug 2015 17:22:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.151 X-Spam-Level: *** X-Spam-Status: No, score=3.151 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id s_16uuD1huzG for ; Wed, 5 Aug 2015 17:22:00 +0000 (UTC) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 9BCD542AFB for ; Wed, 5 Aug 2015 17:21:59 +0000 (UTC) Received: by wijp15 with SMTP id p15so57256747wij.0 for ; Wed, 05 Aug 2015 10:21:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zREHALqydjGcGeVoJ290d/cl6HbqUDQkD7fngJF+3zs=; b=Oa2sRCFzsxW1MKUlByw4UHZi0tuBM5z0JxqNruI9eIXJ90fO77gO4ox1FhUnkPiula SJGrccuBAxpNBHtbM7/tKgY3phKeCY8BwzIq+L10w8wAexJ8ohS+KGvYZVBSnwyirpTb C/iLpK1as7kTFjMrdbzl0s9fnZjch5NQsgdhsQCFPLkHoDmSmrBZlagEnQZE+hU7Mpe4 sE5HcJ162IzvcgHZB74CxOr4jLaY+AHvv9Mdpk+L2uCaq75BCNhOBGLF2CaJ3f/r+3Q+ 9mYNXoIYedWUXcCS1CpH9Yabf8gVsxTV/4kKiuxfXtxzPyUPLj+P1T3ElG5BXJVuz8LR zbIA== MIME-Version: 1.0 X-Received: by 10.180.79.4 with SMTP id f4mr525485wix.83.1438795273790; Wed, 05 Aug 2015 10:21:13 -0700 (PDT) Received: by 10.28.37.195 with HTTP; Wed, 5 Aug 2015 10:21:13 -0700 (PDT) In-Reply-To: References: Date: Wed, 5 Aug 2015 10:21:13 -0700 Message-ID: Subject: Re: anyone seen these errors on master ? From: Jinfeng Ni To: dev@drill.apache.org Content-Type: multipart/alternative; boundary=f46d041825ec32eb54051c93a16b --f46d041825ec32eb54051c93a16b Content-Type: text/plain; charset=UTF-8 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 wrote: > Just got those errors on master too > > On Wed, Aug 5, 2015 at 9:07 AM, Abdel Hakim Deneche > > 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 > but > >> was > >> at java.nio.Bits.reserveMemory(Bits.java:658) > >> at java.nio.DirectByteBuffer.(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.(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 > but > >> was > >> at java.nio.Bits.reserveMemory(Bits.java:658) > >> at java.nio.DirectByteBuffer.(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.(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 > but > >> was > >> at java.nio.Bits.reserveMemory(Bits.java:658) > >> at java.nio.DirectByteBuffer.(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.(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 > > > > > > > > > > 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 > > > > > Now Available - Free Hadoop On-Demand Training > < > http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available > > > --f46d041825ec32eb54051c93a16b--