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)