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 "tianhang tang (Jira)" <ji...@apache.org> on 2021/02/05 08:59:00 UTC

[jira] [Created] (HDFS-15822) Client retry mechanism may invalid when use hedgedRead

tianhang tang created HDFS-15822:
------------------------------------

             Summary: Client retry mechanism may invalid when use hedgedRead
                 Key: HDFS-15822
                 URL: https://issues.apache.org/jira/browse/HDFS-15822
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs-client
            Reporter: tianhang tang


Hedgedread uses ignoreNodes to ensure that multiple requests fall on different nodes. But the ignoreNodes never been cleared. So if the request of 1st round all failed, and the refetched location is not changed, HDFS client would not request the same nodes which are in the ignoreNodes. It just sleep time by time until reach the retry num, then throw a exception.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org