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 7883510CF1 for ; Fri, 9 Aug 2013 00:58:48 +0000 (UTC) Received: (qmail 62559 invoked by uid 500); 9 Aug 2013 00:58:48 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 62523 invoked by uid 500); 9 Aug 2013 00:58:48 -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 62514 invoked by uid 99); 9 Aug 2013 00:58:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2013 00:58:48 +0000 Date: Fri, 9 Aug 2013 00:58:48 +0000 (UTC) From: "Ted Yu (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-5081) DistributedFileSystem#listStatus() throws FileNotFoundException when directory doesn't exist 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-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HDFS-5081: ------------------------- Affects Version/s: 2.0.5-alpha > DistributedFileSystem#listStatus() throws FileNotFoundException when directory doesn't exist > -------------------------------------------------------------------------------------------- > > Key: HDFS-5081 > URL: https://issues.apache.org/jira/browse/HDFS-5081 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.0.5-alpha > Reporter: Ted Yu > > I was running HBase trunk test suite against hadoop 2.1.1-SNAPSHOT (same behavior with hadoop 2.0.5-ALPHA) > One test failed due to: > {code} > org.apache.hadoop.hbase.catalog.TestMetaMigrationConvertingToPB Time elapsed: 1,594,938.629 sec <<< ERROR! > java.io.FileNotFoundException: File hdfs://localhost:61300/user/tyu/hbase/.archive does not exist. > at org.apache.hadoop.hdfs.DistributedFileSystem.listStatusInternal(DistributedFileSystem.java:656) > at org.apache.hadoop.hdfs.DistributedFileSystem.access$600(DistributedFileSystem.java:92) > at org.apache.hadoop.hdfs.DistributedFileSystem$14.doCall(DistributedFileSystem.java:714) > at org.apache.hadoop.hdfs.DistributedFileSystem$14.doCall(DistributedFileSystem.java:710) > at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:78) > at org.apache.hadoop.hdfs.DistributedFileSystem.listStatus(DistributedFileSystem.java:710) > at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1478) > at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1518) > at org.apache.hadoop.hbase.util.FSUtils.getLocalTableDirs(FSUtils.java:1317) > at org.apache.hadoop.hbase.migration.NamespaceUpgrade.migrateTables(NamespaceUpgrade.java:114) > at org.apache.hadoop.hbase.migration.NamespaceUpgrade.upgradeTableDirs(NamespaceUpgrade.java:87) > at org.apache.hadoop.hbase.migration.NamespaceUpgrade.run(NamespaceUpgrade.java:206) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) > at org.apache.hadoop.hbase.catalog.TestMetaMigrationConvertingToPB.setUpBeforeClass(TestMetaMigrationConvertingToPB.java:128) > {code} > TestMetaMigrationConvertToPB.tgz was generated from filesystem image produced by previous release of HBase. > TestMetaMigrationConvertingToPB, activating NamespaceUpgrade, would upgrade it to current release of HBase. > The test is at hbase-server/src/test/java/org/apache/hadoop/hbase/catalog/TestMetaMigrationConvertingToPB.java under HBase trunk. -- 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