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

Till Rohrmann resolved FLINK-5170.
----------------------------------
    Resolution: Fixed

Fixed via 8265b545cff2fb5e6ca3771effd46a2fda488576

> 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