[
https://issues.apache.org/jira/browse/HBASE-8567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13661191#comment-13661191
]
Hudson commented on HBASE-8567:
-------------------------------
Integrated in hbase-0.95 #202 (See
[https://builds.apache.org/job/hbase-0.95/202/])
HBASE-8567 TestDistributedLogSplitting#testLogReplayForDisablingTable fails
on hadoop 2.0 (Jefferey) (Revision 1483981)
Result = FAILURE
tedyu :
Files :
*
/hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java
> 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