[jira] [Updated] (HIVE-12904) LLAP: deadlock in task scheduling

2016-01-24 Thread Siddharth Seth (JIRA)
[ 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,

[jira] [Updated] (HIVE-12904) LLAP: deadlock in task scheduling

2016-01-21 Thread Siddharth Seth (JIRA)
[ 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

[jira] [Updated] (HIVE-12904) LLAP: deadlock in task scheduling

2016-01-21 Thread Siddharth Seth (JIRA)
[ 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

[jira] [Updated] (HIVE-12904) LLAP: deadlock in task scheduling

2016-01-21 Thread Sergey Shelukhin (JIRA)
[ 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 > -

[jira] [Updated] (HIVE-12904) LLAP: deadlock in task scheduling

2016-01-21 Thread Sergey Shelukhin (JIRA)
[ 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