Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17435113AE for ; Fri, 20 Jun 2014 20:28:51 +0000 (UTC) Received: (qmail 50488 invoked by uid 500); 20 Jun 2014 20:28:51 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 50458 invoked by uid 500); 20 Jun 2014 20:28:51 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 50412 invoked by uid 99); 20 Jun 2014 20:28:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2014 20:28:50 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 20 Jun 2014 20:28:51 +0000 Received: (qmail 48689 invoked by uid 99); 20 Jun 2014 20:28:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2014 20:28:26 +0000 Date: Fri, 20 Jun 2014 20:28:26 +0000 (UTC) From: "Jacques Nadeau (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-650) Left outer join sometimes fails sometimes with Failure while setting up Foreman error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau resolved DRILL-650. ---------------------------------- Resolution: Fixed Assignee: (was: Jacques Nadeau) > Left outer join sometimes fails sometimes with Failure while setting up Foreman error > -------------------------------------------------------------------------------------- > > Key: DRILL-650 > URL: https://issues.apache.org/jira/browse/DRILL-650 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Operators > Reporter: Ramana Inukonda Nagaraj > Fix For: 1.0.0-BETA1 > > > Have been seeing this sporadically. Does not happen on a clean drill install or on a recently restarted drillbit. > select c.C_custkey,c.C_NAME,o.O_ORDERKEY from customer c left outer join orders o on c.c_custkey = o.o_custkey > Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "8136e657-1366-476e-ba67-0cfa2aeda169" > endpoint { > address: "drillats2.qa.lab" > user_port: 31010 > control_port: 31011 > java.sql.SQLException: exception while executing query > data_port: 31012 > } > at net.hydromatic.avatica.Helper.createException(Helper.java:40) > at net.hydromatic.avatica.AvaticaConnection.executeQueryInternal(AvaticaConnection.java:406) > error_type: 0 > at net.hydromatic.avatica.AvaticaStatement.executeQueryInternal(AvaticaStatement.java:350) > message: "Failure while setting up Foreman. < AssertionError" > ] > at net.hydromatic.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:78) > at org.apache.drill.test.framework.GenericQueryDispatcher.dispatchQueryJDBC(GenericQueryDispatcher.java:88) > at org.apache.drill.test.framework.DrillTestBase$RunThread.run(DrillTestBase.java:269) > Caused by: java.sql.SQLException: Failure while trying to get next result batch. > at org.apache.drill.jdbc.DrillCursor.next(DrillCursor.java:101) > at org.apache.drill.jdbc.DrillResultSet.execute(DrillResultSet.java:89) > at org.apache.drill.jdbc.DrillResultSet.execute(DrillResultSet.java:43) > at net.hydromatic.avatica.AvaticaConnection.executeQueryInternal(AvaticaConnection.java:404) > ... 4 more > Caused by: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "8136e657-1366-476e-ba67-0cfa2aeda169" > endpoint { > address: "drillats2.qa.lab" > user_port: 31010 > control_port: 31011 > data_port: 31012 > } > error_type: 0 > message: "Failure while setting up Foreman. < AssertionError" > ] > at org.apache.drill.exec.rpc.user.QueryResultHandler.batchArrived(QueryResultHandler.java:72) > at org.apache.drill.exec.rpc.user.UserClient.handleReponse(UserClient.java:80) > at org.apache.drill.exec.rpc.BasicClientWithConnection.handle(BasicClientWithConnection.java:52) > at org.apache.drill.exec.rpc.BasicClientWithConnection.handle(BasicClientWithConnection.java:34) > at org.apache.drill.exec.rpc.RpcBus$InboundHandler.decode(RpcBus.java:154) > at org.apache.drill.exec.rpc.RpcBus$InboundHandler.decode(RpcBus.java:139) > at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) > at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:334) > at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:320) > at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) > at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:334) > at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:320) > at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) > at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:334) > at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:320) > at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) > at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:334) > at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:320) > at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) > at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) > at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:497) > at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:465) > at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:359) > at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) > at java.lang.Thread.run(Thread.java:744) -- This message was sent by Atlassian JIRA (v6.2#6252)