[jira] [Created] (FLINK-5170) getAkkaConfig will use localhost if hostname is specified

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-5170) getAkkaConfig will use localhost if hostname is specified

Shang Yuanchun (Jira)
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)