Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF966DB2C for ; Fri, 17 May 2013 20:41:18 +0000 (UTC) Received: (qmail 87087 invoked by uid 500); 17 May 2013 20:41:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 87051 invoked by uid 500); 17 May 2013 20:41:18 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 86998 invoked by uid 99); 17 May 2013 20:41:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 May 2013 20:41:18 +0000 Date: Fri, 17 May 2013 20:41:18 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-8567) TestDistributedLogSplitting#testLogReplayForDisablingTable fails on hadoop 2.0 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/HBASE-8567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-8567: -------------------------- Hadoop Flags: Reviewed > TestDistributedLogSplitting#testLogReplayForDisablingTable fails on hadoop 2.0 > ------------------------------------------------------------------------------ > > Key: HBASE-8567 > URL: https://issues.apache.org/jira/browse/HBASE-8567 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Jeffrey Zhong > Fix For: 0.98.0, 0.95.1 > > Attachments: hbase-8567.patch > > > The test failed with: > {code} > testLogReplayForDisablingTable(org.apache.hadoop.hbase.master.TestDistributedLogSplitting) Time elapsed: 0.144 sec <<< ERROR! > java.io.FileNotFoundException: File hdfs://localhost:56794/user/hortonzy/hbase/disableTable/6676df27ed855d9c61ad20ed650700e7/recovered.edits does not exist. > at org.apache.hadoop.hdfs.DistributedFileSystem.listStatus(DistributedFileSystem.java:405) > at org.apache.hadoop.hbase.master.TestDistributedLogSplitting.testLogReplayForDisablingTable(TestDistributedLogSplitting.java:774) > {code} > This was due to FileNotFoundException being thrown out of listStatus() for non-existent directory in hadoop 2.0. -- 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