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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)