[
https://issues.apache.org/jira/browse/HADOOP-3883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634400#action_12634400
]
Vinod K V commented on HADOOP-3883:
-----------------------------------
Another relevant failure: TestFileCreation.testClientTriggeredLeaseRecovery.
Saw this while running HADOOP-4173 through Hudson. Please see
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3362/testReport/org.apache.hadoop.hdfs/TestFileCreation/testClientTriggeredLeaseRecovery/
{code}
Error Message
Could not obtain block: blk_4808292499378686614_1012 file=/wrwelkj/file0
Stacktrace
java.io.IOException: Could not obtain block: blk_4808292499378686614_1012
file=/wrwelkj/file0
at
org.apache.hadoop.hdfs.DFSClient$DFSInputStream.chooseDataNode(DFSClient.java:1693)
at
org.apache.hadoop.hdfs.DFSClient$DFSInputStream.blockSeekTo(DFSClient.java:1521)
at
org.apache.hadoop.hdfs.DFSClient$DFSInputStream.read(DFSClient.java:1648)
at
org.apache.hadoop.hdfs.DFSClient$DFSInputStream.read(DFSClient.java:1578)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at
org.apache.hadoop.hdfs.TestFileCreation.testClientTriggeredLeaseRecovery(TestFileCreation.java:777)
{code}
The test ran to successful completion on my machine though.
> TestFileCreation fails once in a while
> --------------------------------------
>
> Key: HADOOP-3883
> URL: https://issues.apache.org/jira/browse/HADOOP-3883
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs, test
> Affects Versions: 0.19.0
> Reporter: Lohit Vijayarenu
>
> TestFileCreation fails once in a while.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.