[ 
https://issues.apache.org/jira/browse/SPARK-24029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16445028#comment-16445028
 ] 

Apache Spark commented on SPARK-24029:
--------------------------------------

User 'vanzin' has created a pull request for this issue:
https://github.com/apache/spark/pull/21110

> Set "reuse address" flag on listen sockets
> ------------------------------------------
>
>                 Key: SPARK-24029
>                 URL: https://issues.apache.org/jira/browse/SPARK-24029
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.4.0
>            Reporter: Marcelo Vanzin
>            Priority: Minor
>
> Setting the "reuse address" option allows a server socket to be bound to a 
> port that may still have connections in the "close wait" state. Without it, 
> for example, re-starting the history server could result in a BindException.
> This is more important for things that have explicit ports, but doesn't hurt 
> also in other places, especially since Spark allows most servers to bind to a 
> port range by setting the root port + the retry count.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to