You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Kan Zhang (JIRA)" <ji...@apache.org> on 2009/06/25 00:25:07 UTC

[jira] Created: (HDFS-445) pread() fails when cached block locations are no longer valid

pread() fails when cached block locations are no longer valid
-------------------------------------------------------------

                 Key: HDFS-445
                 URL: https://issues.apache.org/jira/browse/HDFS-445
             Project: HDFS
          Issue Type: Bug
            Reporter: Kan Zhang
            Assignee: Kan Zhang


when cached block locations are no longer valid (e.g., datanodes restart on different ports), pread() will fail, whereas normal read() still succeeds through re-fetching of block locations from namenode (up to a max number of times). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.