Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 CB19097AB for ; Wed, 2 Nov 2011 14:25:53 +0000 (UTC) Received: (qmail 69982 invoked by uid 500); 2 Nov 2011 14:25:53 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 69954 invoked by uid 500); 2 Nov 2011 14:25:53 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 69946 invoked by uid 99); 2 Nov 2011 14:25:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2011 14:25:53 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2011 14:25:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6404632E18D for ; Wed, 2 Nov 2011 14:25:32 +0000 (UTC) Date: Wed, 2 Nov 2011 14:25:32 +0000 (UTC) From: "Uma Maheswara Rao G (Commented) (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <38554436.50481.1320243932411.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1109946946.50327.1320240572349.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2531) TestDFSClientExcludedNodes is failing in trunk. 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/HDFS-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142175#comment-13142175 ] Uma Maheswara Rao G commented on HDFS-2531: ------------------------------------------- This problem will come when some tests are still having the locks on storage directories. Looks the failures are random. TestDFSClientExcludedNodes is not shotting down the cluster, so the next test will fail diffinitely. To find the cause for TestDFSClientExcludedNodes failure, need to check other test where they are not shutting down the cluster. > TestDFSClientExcludedNodes is failing in trunk. > ------------------------------------------------ > > Key: HDFS-2531 > URL: https://issues.apache.org/jira/browse/HDFS-2531 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Affects Versions: 0.24.0 > Reporter: Uma Maheswara Rao G > Assignee: Uma Maheswara Rao G > > FAILED: org.apache.hadoop.hdfs.TestDFSClientExcludedNodes.testExcludedNodes > Error Message: > Cannot lock storage /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk/trunk/hadoop-hdfs-project/hadoop-hdfs/target/test/data/dfs/name1. The directory is already locked. > Stack Trace: > java.io.IOException: Cannot lock storage /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk/trunk/hadoop-hdfs-project/hadoop-hdfs/target/test/data/dfs/name1. The directory is already locked. > at org.apache.hadoop.hdfs.server.common.Storage$StorageDirectory.lock(Storage.java:586) > at org.apache.hadoop.hdfs.server.common.Storage$StorageDirectory.analyzeStorage(Storage.java:435) > at org.apache.hadoop.hdfs.server.namenode.FSImage.recoverStorageDirs(FSImage.java:253) > at org.apache.hadoop.hdfs.server.namenode.FSImage.recoverTransitionRead(FSImage.java:169) > at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.loadFSImage(FSNamesystem.java:371) > at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.loadFromDisk(FSNamesystem.java:314) > at org.apache.hadoop.hdfs.server.namenode.NameNode.loadNamesystem(NameNode.java:298) > at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:332) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira