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 "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/01/26 22:36:34 UTC

[jira] Created: (HDFS-927) DFSInputStream retries too many times for new block locations

DFSInputStream retries too many times for new block locations
-------------------------------------------------------------

                 Key: HDFS-927
                 URL: https://issues.apache.org/jira/browse/HDFS-927
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs client
    Affects Versions: 0.21.0, 0.22.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
            Priority: Critical


I think this is a regression caused by HDFS-127 -- DFSInputStream is supposed to only go back to the NN max.block.acquires times, but in trunk it goes back twice as many - the default is 6, but I am counting 7 calls to getBlockLocations before an exception is thrown.

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