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 <n...@data-artisans.com>
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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to