[ 
https://issues.apache.org/jira/browse/HBASE-8567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13661006#comment-13661006
 ] 

Ted Yu commented on HBASE-8567:
-------------------------------

bq. I am assuming the absence of the file is normal condition for this test?

Yes.
                
> 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

Reply via email to