IPC.Client connect timeout should be configurable
-------------------------------------------------
Key: HADOOP-3456
URL: https://issues.apache.org/jira/browse/HADOOP-3456
Project: Hadoop Core
Issue Type: Improvement
Components: ipc
Affects Versions: 0.18.0
Reporter: 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.