[
https://issues.apache.org/jira/browse/FLINK-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837756#comment-15837756
]
Robert Metzger commented on FLINK-5492:
---------------------------------------
Fixed for 1.2 in http://git-wip-us.apache.org/repos/asf/flink/commit/887c074a
Fixed for 1.3 in http://git-wip-us.apache.org/repos/asf/flink/commit/cf6b3fb2
> BootstrapTools log wrong address of started ActorSystem
> -------------------------------------------------------
>
> Key: FLINK-5492
> URL: https://issues.apache.org/jira/browse/FLINK-5492
> Project: Flink
> Issue Type: Bug
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Minor
> Fix For: 1.2.0, 1.3.0
>
>
> When starting an {{ActorSystem}} via the {{Bootstrap}} tools, then the
> {{startActorSystem}} function logs the IP resolved from the provided hostname
> as the {{ActorSystem}} address. However, then the function uses the
> unresolved hostname to start the {{ActorSystem}}. Since Akka matches the
> ActorSystem's address and the destination address of the incoming message we
> should log the URL which is used to start the {{ActorSystem}} and not the
> resolved IP (messages with the IP will usually be rejected).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)