[ 
https://issues.apache.org/jira/browse/SPARK-3149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Josh Rosen resolved SPARK-3149.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0

Issue resolved by pull request 2060
[https://github.com/apache/spark/pull/2060]

> Connection establishment information is not enough.
> ---------------------------------------------------
>
>                 Key: SPARK-3149
>                 URL: https://issues.apache.org/jira/browse/SPARK-3149
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.1.0
>            Reporter: Kousuke Saruta
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> When establishing connection, we get following log.
> {code}
> 14/08/18 19:47:40 INFO network.ConnectionManager: Accepted connection from 
> [spark-slave00/10.37.129.4]
> 14/08/18 19:47:40 INFO network.ConnectionManager: Accepted connection from 
> [spark-slave00/10.37.129.4]
> 14/08/18 19:47:40 INFO network.SendingConnection: Initiating connection to 
> [spark-slave00/10.37.129.4:48746]
> 14/08/18 19:47:40 INFO network.SendingConnection: Initiating connection to 
> [spark-slave00/10.37.129.4:49558]
> {code}
> As you see, when connecting to another host, we have get remote address and 
> port, but when accepting from another host, we have only address.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to