Hits java.net.SocketTimeoutExceptions upon trying to make a connection. Timeout of 5000 ms is set, but the connection attempt fails in much less time than this. This happens on a socket taking a long time to connect and the thread getting interrupted. This behavior is seen in production, where the socket was timing out much earlier than expected.
|