GitHub user shuai-xu opened a pull request:
https://github.com/apache/flink/pull/2879
[FLINK-5170] [runtime] fix mis judge of hostname in AkkaUtils
This pr is for jira
#[5170](https://issues.apache.org/jira/browse/FLINK-5170).
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shuai-xu/flink jira-5170
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2879.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2879
----
commit 48b3f1f5f3ad7bb4b1a1679c8a40eaa0124adb2b
Author: shuai.xus <[email protected]>
Date: 2016-11-28T09:14:35Z
[FLINK-5170] [runtime] fix mis judge of hostname in AkkaUtils
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---