[
https://issues.apache.org/jira/browse/FLINK-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926526#comment-15926526
]
ASF GitHub Bot commented on FLINK-6064:
---------------------------------------
GitHub user NicoK opened a pull request:
https://github.com/apache/flink/pull/3551
[FLINK-6064][flip6] fix BlobServer connection in TaskExecutor
The hostname used for the `BlobServer` was set to the akka address which is
invalid for this use. Instead, this adds the hostname to the `RpcGateway` /
`AkkaInvocationHandler` so that this information is available to the
`TaskExecutor`.
The `AkkaInvocationHandler` already includes the akka rpc address which is
set from the `AkkaRpcService` class where we are able to extract the correct
host info similarly to what the `TaskManager` currently does.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NicoK/flink flink-6064
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3551.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 #3551
----
commit e87d568068eacf536659832a784edc13c93c2b89
Author: Nico Kruber <[email protected]>
Date: 2017-03-15T15:09:38Z
[FLINK-6064][flip6] fix BlobServer connection in TaskExecutor
The hostname used for the BlobServer was set to the akka address which is
invalid for this use. Instead, this adds the hostname to the RpcGateway /
AkkaInvocationHandler so that this information is available to the
TaskExecutor.
----
> 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)