You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2015/04/20 23:21:04 UTC

[jira] [Created] (HIVE-10408) LLAP: query fails - execution is rejected when it shouldn't be

Sergey Shelukhin created HIVE-10408:
---------------------------------------

             Summary: 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)