shuai.xu created FLINK-5170:
-------------------------------

             Summary: 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


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