[ https://issues.apache.org/jira/browse/HDFS-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904897#action_12904897
]
sam rash commented on HDFS-1310:
--------------------------------
The problem is due to a couple of issues
1. DFSInputStream was doing a Datanode RPC to get the block length of an in-progress file;
it created a proxy object that was not shutdown
2. even calling RPC.stopProxy() in DFSInputStream.readBlockLength() failed due to a faulty
hashcode() function in ConnectionId. This will be fixed in https://issues.apache.org/jira/browse/HADOOP-6907
In the meantime, there is one patch for hdfs, and hadoop common will also need HADOOP-6907
before this will not timeout
I will upload the patch for hdfs shortly
> TestFileConcurrentReader fails
> ------------------------------
>
> Key: HDFS-1310
> URL: https://issues.apache.org/jira/browse/HDFS-1310
> Project: Hadoop HDFS
> Issue Type: Test
> Affects Versions: 0.22.0
> Reporter: Suresh Srinivas
> Assignee: sam rash
>
> For details of test failure see http://hudson.zones.apache.org/hudson/job/Hdfs-Patch-h2.grid.sp2.yahoo.net/218/testReport/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|