[ 
https://issues.apache.org/jira/browse/FLINK-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15927748#comment-15927748
 ] 

ASF GitHub Bot commented on FLINK-6064:
---------------------------------------

Github user NicoK commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3551#discussion_r106376150
  
    --- 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 --
    
    yeah, I also tried `getOrElse` first but didn't feel too good about it


> 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)

Reply via email to