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 C28EED735 for ; Sat, 19 Jan 2013 03:20:17 +0000 (UTC) Received: (qmail 31187 invoked by uid 500); 19 Jan 2013 03:20:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 30987 invoked by uid 500); 19 Jan 2013 03:20:16 -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 30806 invoked by uid 99); 19 Jan 2013 03:20:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jan 2013 03:20:15 +0000 Date: Sat, 19 Jan 2013 03:20:15 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-7625) Remove duplicated logFSTree() from TestRestoreFlushSnapshotFromClient 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-7625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-7625: ----------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) committed to the snapshots branch > Remove duplicated logFSTree() from TestRestoreFlushSnapshotFromClient > --------------------------------------------------------------------- > > Key: HBASE-7625 > URL: https://issues.apache.org/jira/browse/HBASE-7625 > Project: HBase > Issue Type: Sub-task > Components: snapshots > Affects Versions: hbase-6055 > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Fix For: hbase-6055 > > Attachments: HBASE-7625-v0.patch > > > Replace the duplicate logFSTree() code in the test with the one from FSUtils > Also this code has a problem with the concurrent files deletion (by the archiver) > {code} > java.io.FileNotFoundException: File hdfs://localhost:34124/user/jenkins/hbase/.archive/testtb-1358489746730/5a9d9fe3ffbd17db00ab8497486f4a2f does not exist. > at org.apache.hadoop.hdfs.DistributedFileSystem.listStatus(DistributedFileSystem.java:408) > at org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient.logFSTree(TestRestoreFlushSnapshotFromClient.java:249) > at org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient.logFSTree(TestRestoreFlushSnapshotFromClient.java:252) > {code} -- 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