[
https://issues.apache.org/jira/browse/HADOOP-12653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15094635#comment-15094635
]
Hudson commented on HADOOP-12653:
---------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #9096 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/9096/])
HADOOP-12653. Use SO_REUSEADDR to avoid getting "Address already in use"
(cmccabe: rev 30c7dfd8ba87fe1b455ad6c05c0a6cd6486f55b7)
* hadoop-common-project/hadoop-common/CHANGES.txt
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
> Use SO_REUSEADDR to avoid getting "Address already in use" when using
> kerberos and attempting to bind to any port on the local IP address
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-12653
> URL: https://issues.apache.org/jira/browse/HADOOP-12653
> Project: Hadoop Common
> Issue Type: Bug
> Components: net
> Affects Versions: 2.4.0
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Fix For: 2.9.0
>
> Attachments: HADOOP-12653.001.patch
>
>
> Client.java can get "Address already in use" when using kerberos and
> attempting to bind to any port on the local IP address. It appears to be
> caused by the host running out of ports in the ephemeral range.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)