[
https://issues.apache.org/jira/browse/FLINK-7372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann closed FLINK-7372.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.4.0
Fixed via d52ccd2941ff25c3c61146b25c52df1ddc09d8da
> 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
> Fix For: 1.4.0
>
>
> 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)