[
https://issues.apache.org/jira/browse/HIVE-10764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prasanth Jayachandran updated HIVE-10764:
-----------------------------------------
Attachment: HIVE-10764.patch
> 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
> Attachments: HIVE-10764.patch
>
>
> {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)