"java.net.SocketTimeoutException: 60000 millis timeout" happens a lot ---------------------------------------------------------------------
Key: HADOOP-7163 URL: https://issues.apache.org/jira/browse/HADOOP-7163 Project: Hadoop Common Issue Type: Bug Components: ipc Reporter: Owen O'Malley Assignee: Devaraj Das Fix For: 0.20.100 We don't have retries for the case where the secure SASL connection is getting created from the tasks. There is retry for TCP connections, but once the TCP connection has been set up, communication at the RPC layer (and that includes SASL handshake) happens without retries. So for example, a client's "read" can timeout. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira