You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2013/01/18 23:06:15 UTC

[jira] [Created] (HBASE-7625) Remove duplicated logFSTree() from TestRestoreFlushSnapshotFromClient

Matteo Bertozzi created HBASE-7625:
--------------------------------------

             Summary: 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


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