[ 
https://issues.apache.org/jira/browse/HDFS-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173155#comment-13173155
 ] 

Hudson commented on HDFS-2682:
------------------------------

Integrated in Hadoop-Hdfs-HAbranch-build #22 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-HAbranch-build/22/])
    HDFS-2682. When a FailoverProxyProvider is used, Client should not retry 
for 45 times if it is timing out to connect to server. Contributed by Uma 
Maheswara Rao G.

todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1220965
Files : 
* 
/hadoop/common/branches/HDFS-1623/hadoop-hdfs-project/hadoop-hdfs/CHANGES.HDFS-1623.txt
* 
/hadoop/common/branches/HDFS-1623/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
* 
/hadoop/common/branches/HDFS-1623/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ha/ConfiguredFailoverProxyProvider.java

                
> HA:  When a FailoverProxyProvider is used, Client should not retry for 45 
> times(hard coded value)  if it is timing out to connect to server.
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-2682
>                 URL: https://issues.apache.org/jira/browse/HDFS-2682
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: ha, hdfs client
>    Affects Versions: HA branch (HDFS-1623)
>            Reporter: Uma Maheswara Rao G
>            Assignee: Uma Maheswara Rao G
>             Fix For: HA branch (HDFS-1623)
>
>         Attachments: HDFS-2682.patch
>
>
> If Clients are getting SocketTimeoutException, when it is trying to connect 
> to Server, it will retry for 45 times, to rethrow the exception to 
> RetryPolicy.
> I think we can make this 45 retry times to configurable and set it to lower 
> value when FailoverProxyProvider is used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to