[
https://issues.apache.org/jira/browse/HADOOP-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran reassigned HADOOP-3456:
--------------------------------------
Assignee: Steve Loughran
> IPC.Client connect timeout should be configurable
> -------------------------------------------------
>
> Key: HADOOP-3456
> URL: https://issues.apache.org/jira/browse/HADOOP-3456
> Project: Hadoop Common
> Issue Type: Improvement
> Components: ipc
> Affects Versions: 0.18.0
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Priority: Minor
>
> In ipc.Client.setupIOStreams, the connect timeout is hard-coded to 20 seconds
> // connection time out is 20s
> this.socket.connect(remoteId.getAddress(), 20000);
> This could be made configurable for deployments where a longer connect time
> is desired, or where a shorter connect time would detect failure faster.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.