Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 92997 invoked from network); 2 Jul 2010 04:12:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jul 2010 04:12:49 -0000 Received: (qmail 28637 invoked by uid 500); 2 Jul 2010 04:12:49 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 28365 invoked by uid 500); 2 Jul 2010 04:12:45 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 28353 invoked by uid 99); 2 Jul 2010 04:12:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jul 2010 04:12:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jul 2010 04:12:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6244pat005214 for ; Fri, 2 Jul 2010 04:04:51 GMT Message-ID: <16848480.166761278043491398.JavaMail.jira@thor> Date: Fri, 2 Jul 2010 00:04:51 -0400 (EDT) From: "Todd Lipcon (JIRA)" To: hdfs-dev@hadoop.apache.org Subject: [jira] Resolved: (HDFS-796) 4-thread Deadlock in DFS Client In-Reply-To: <1898438478.1259621600687.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-796. ------------------------------ Resolution: Duplicate Never saw this come back, I think its dup of HDFS-723 > 4-thread Deadlock in DFS Client > ------------------------------- > > Key: HDFS-796 > URL: https://issues.apache.org/jira/browse/HDFS-796 > Project: Hadoop HDFS > Issue Type: Bug > Components: hdfs client > Reporter: Todd Lipcon > Attachments: deadlock.txt > > > Managed to get this deadlock running TestHDFSCLI this afternoon. It seems to be related to a signal, though I don't recall hitting ^C. The one thing I did that might help trigger this was reduce the Thread.sleep(1000) in LeaseChecker down to a shorter interval. > "SIGTERM handler": > waiting to lock monitor 0x0000000041f3bd18 (object 0x00007fa43c132328, a java.lang.Class), > which is held by "SIGINT handler" > "SIGINT handler": > waiting to lock monitor 0x000000004230b410 (object 0x00007fa441603030, a org.apache.hadoop.fs.FileSystem$Cache$ClientFinalizer), > which is held by "Thread-3" > "Thread-3": > waiting to lock monitor 0x00007fa4341fe3f0 (object 0x00007fa441d3b150, a org.apache.hadoop.hdfs.DFSClient$DFSOutputStream), > which is held by "main" > "main": > waiting to lock monitor 0x0000000042b1ec80 (object 0x00007fa44167eff8, a org.apache.hadoop.hdfs.DFSClient$LeaseChecker), > which is held by "Thread-3" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.