[ 
https://issues.apache.org/jira/browse/HADOOP-9115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jing Zhao updated HADOOP-9115:
------------------------------

    Attachment: HADOOP-7082.b1.002.patch

Thanks for the comments Nicholas. The line "Properties properties = 
getProps();" is moved there to make sure properties is not null (otherwise if 
we directly call writeXml after creating a configuration the properties can be 
null). The new patch addressed the function sequence comment.
                
> Deadlock in configuration when writing configuration to hdfs
> ------------------------------------------------------------
>
>                 Key: HADOOP-9115
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9115
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Arpit Gupta
>            Assignee: Jing Zhao
>            Priority: Blocker
>         Attachments: HADOOP-7082.b1.002.patch, HADOOP-7082.b1.patch, 
> hive-jstack.log
>
>
> This was noticed when using hive with hadoop-1.1.1 and running 
> {code}
> select count(*) from tbl;
> {code}
> This would cause a deadlock configuration. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to