[
https://issues.apache.org/jira/browse/HIVE-12904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siddharth Seth updated HIVE-12904:
--
Attachment: HIVE-12904.3.patch
Updated patch with synchronized(this) changed to a ReentrantLock,
[
https://issues.apache.org/jira/browse/HIVE-12904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siddharth Seth updated HIVE-12904:
--
Attachment: HIVE-12904.2.patch
Updated patch to use atomic booleans. This also adds a missing re
[
https://issues.apache.org/jira/browse/HIVE-12904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siddharth Seth updated HIVE-12904:
--
Target Version/s: 2.0.0
Priority: Critical (was: Major)
> LLAP: deadlock in task sc
[
https://issues.apache.org/jira/browse/HIVE-12904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Shelukhin updated HIVE-12904:
Affects Version/s: 2.0.0
> LLAP: deadlock in task scheduling
> -
[
https://issues.apache.org/jira/browse/HIVE-12904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Shelukhin updated HIVE-12904:
Attachment: HIVE-12904.patch
I removed the obviously unnecessary synchronized methods, and r