Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-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 6773B17CCC for ; Mon, 20 Apr 2015 21:23:04 +0000 (UTC) Received: (qmail 1344 invoked by uid 500); 20 Apr 2015 21:23:04 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 1284 invoked by uid 500); 20 Apr 2015 21:23:04 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 1147 invoked by uid 99); 20 Apr 2015 21:23:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2015 21:23:04 +0000 Date: Mon, 20 Apr 2015 21:23:04 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-10408) LLAP: query fails - execution is rejected when it shouldn't be MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14503675#comment-14503675 ] Sergey Shelukhin commented on HIVE-10408: ----------------------------------------- Logs are for application_1428572510173_0319, application_1428572510173_0314 > LLAP: query fails - execution is rejected when it shouldn't be > -------------------------------------------------------------- > > Key: HIVE-10408 > URL: https://issues.apache.org/jira/browse/HIVE-10408 > Project: Hive > Issue Type: Sub-task > Reporter: Sergey Shelukhin > Assignee: Siddharth Seth > > {noformat} > Caused by: org.apache.hadoop.ipc.RemoteException(java.util.concurrent.RejectedExecutionException): Queues are full. Rejecting request. > at org.apache.hadoop.hive.llap.daemon.impl.TaskExecutorService.schedule(TaskExecutorService.java:182) > at org.apache.hadoop.hive.llap.daemon.impl.TaskExecutorService.schedule(TaskExecutorService.java:63) > at org.apache.hadoop.hive.llap.daemon.impl.ContainerRunnerImpl.submitWork(ContainerRunnerImpl.java:202) > at org.apache.hadoop.hive.llap.daemon.impl.LlapDaemon.submitWork(LlapDaemon.java:258) > at org.apache.hadoop.hive.llap.daemon.impl.LlapDaemonProtocolServerImpl.submitWork(LlapDaemonProtocolServerImpl.java:71) > at org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos$LlapDaemonProtocol$2.callBlockingMethod(LlapDaemonProtocolProtos.java:8698) > at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:616) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:972) > at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2056) > at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2052) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:422) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2050) > at org.apache.hadoop.ipc.Client.call(Client.java:1492) > at org.apache.hadoop.ipc.Client.call(Client.java:1423) > at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229) > ... 8 more > {noformat} > The query, running alone on 10-node cluster, dumped 1000 mappers into running; with 3 completed it failed with that. -- This message was sent by Atlassian JIRA (v6.3.4#6332)