You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasanth Jayachandran (JIRA)" <ji...@apache.org> on 2015/05/20 03:52:59 UTC

[jira] [Created] (HIVE-10764) LLAP: Wait queue scheduler goes into tight loop

Prasanth Jayachandran created HIVE-10764:
--------------------------------------------

             Summary: LLAP: Wait queue scheduler goes into tight loop
                 Key: HIVE-10764
                 URL: https://issues.apache.org/jira/browse/HIVE-10764
             Project: Hive
          Issue Type: Sub-task
    Affects Versions: llap
            Reporter: Prasanth Jayachandran
            Assignee: Prasanth Jayachandran


{code}
if (!task.canFinish() || numSlotsAvailable.get() == 0) {
{code}

this condition makes it to run into tight loop if no slots available and if the task is finishable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)