[
https://issues.apache.org/jira/browse/HADOOP-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172606#comment-13172606
]
Todd Lipcon commented on HADOOP-7932:
-------------------------------------
Small nits:
{code}
+ // set max retries to 1
+ conf.setInt(IPC_CLIENT_CONNECT_MAX_RETRIES_ON_TIMEOUTS, 0);
{code}
I think you mean "set max retries to 0" :)
----
- Can you add the new conf as a constant in CommonConfigurationKeysPublic?
- In the test, no need for the "FAILURE_MSG" constant since it's only used once
> HA : Make client connection retries on socket time outs configurable.
> ---------------------------------------------------------------------
>
> Key: HADOOP-7932
> URL: https://issues.apache.org/jira/browse/HADOOP-7932
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: ha, ipc
> Affects Versions: HA Branch (HDFS-1623)
> Reporter: Uma Maheswara Rao G
> Assignee: Uma Maheswara Rao G
> Attachments: HADOOP-7932.patch
>
>
--
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