Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9781EE44 for ; Tue, 4 Dec 2012 21:32:58 +0000 (UTC) Received: (qmail 11678 invoked by uid 500); 4 Dec 2012 21:32:58 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 11652 invoked by uid 500); 4 Dec 2012 21:32:58 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 11644 invoked by uid 99); 4 Dec 2012 21:32:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 21:32:58 +0000 Date: Tue, 4 Dec 2012 21:32:58 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1632630133.60533.1354656778413.JavaMail.jiratomcat@arcas> In-Reply-To: <630467582.59908.1354645978426.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HADOOP-9115) Deadlock in configuration when writing configuration to hdfs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-9115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510040#comment-13510040 ] Tsz Wo (Nicholas), SZE commented on HADOOP-9115: ------------------------------------------------ Comparing the patch with trunk: - The line "Properties properties = getProps();" is in asXmlDocument() for the patch but it is in writeXml(Writer out) in trunk. Is it intended? - In trunk, writeXml(Writer out) is declared before asXmlDocument() but the patch put them the other way. Could you move the code to make it the same as trunk? > 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.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