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

ASF GitHub Bot commented on FLINK-5170:
---------------------------------------

Github user shuai-xu closed the pull request at:

    https://github.com/apache/flink/pull/2879


> getAkkaConfig will use localhost if hostname is specified 
> ----------------------------------------------------------
>
>                 Key: FLINK-5170
>                 URL: https://issues.apache.org/jira/browse/FLINK-5170
>             Project: Flink
>          Issue Type: Bug
>          Components: Core
>            Reporter: shuai.xu
>            Assignee: shuai.xu
>              Labels: flip-6
>
> in AkkaUtil.scala, 
> def getAkkaConfig(configuration: Configuration, hostname: String, port: Int): 
> Config = {
>     getAkkaConfig(configuration, if (hostname == null) Some((hostname, port)) 
> else None)
>   }
> when hostname is specified, it use None.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to