You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/08/20 19:08:27 UTC

[jira] [Commented] (SPARK-3149) Connection establishment information is not enough.

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

Apache Spark commented on SPARK-3149:
-------------------------------------

User 'sarutak' has created a pull request for this issue:
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
>
> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org