[
https://issues.apache.org/jira/browse/FLINK-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15927701#comment-15927701
]
ASF GitHub Bot commented on FLINK-6064:
---------------------------------------
Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/3551#discussion_r106366787
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcService.java
---
@@ -143,9 +142,17 @@ public C checkedApply(Object obj) throws Exception {
ActorRef actorRef =
actorIdentity.getRef();
final String address =
AkkaUtils.getAkkaURL(actorSystem, actorRef);
+ final String hostname;
+ Option<String> host =
actorRef.path().address().host();
--- End diff --
let's write `host().getOrElse("localhost")` here.
> wrong BlobServer hostname in TaskExecutor
> -----------------------------------------
>
> Key: FLINK-6064
> URL: https://issues.apache.org/jira/browse/FLINK-6064
> Project: Flink
> Issue Type: Bug
> Components: Distributed Coordination
> Affects Versions: 1.3.0
> Reporter: Nico Kruber
> Assignee: Nico Kruber
>
> The hostname currently used for the connection to the blob server inside
> TaskExecutor is the akka RPC address which is invalid here.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)