[
https://issues.apache.org/jira/browse/FLINK-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15927702#comment-15927702
]
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_r106366813
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcService.java
---
@@ -187,9 +194,17 @@ public C checkedApply(Object obj) throws Exception {
LOG.info("Starting RPC endpoint for {} at {} .",
rpcEndpoint.getClass().getName(), actorRef.path());
final String address = AkkaUtils.getAkkaURL(actorSystem,
actorRef);
+ final String hostname;
+ Option<String> host = actorRef.path().address().host();
--- End diff --
same 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)