You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/08/04 22:28:00 UTC

[jira] [Created] (FLINK-7372) Remove ActorGateway from JobGraph

Till Rohrmann created FLINK-7372:
------------------------------------

             Summary: Remove ActorGateway from JobGraph
                 Key: FLINK-7372
                 URL: https://issues.apache.org/jira/browse/FLINK-7372
             Project: Flink
          Issue Type: Improvement
          Components: Distributed Coordination
    Affects Versions: 1.4.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
            Priority: Minor


As a preliminary step for easier Flip-6 integration we should try to decouple as many components from the underlying RPC abstraction as possible. One of these components is the {{JobGraph}} which has a dependency on {{ActorGateway}} via its {{JobGraph#uploadUserJars}} method.

I propose to get rid of the {{ActorGateway}} parameter and passing instead the BlobServer's address as an {{InetSocketAddress}} instance.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)