Till Rohrmann created FLINK-4889: ------------------------------------ Summary: Make InstanceManager independent of ActorRef Key: FLINK-4889 URL: https://issues.apache.org/jira/browse/FLINK-4889 Project: Flink Issue Type: Improvement Components: JobManager Affects Versions: 1.2.0 Reporter: Till Rohrmann Assignee: Till Rohrmann Priority: Minor
Currently, the {{InstanceManager}} strongly depends on {{ActorRef}}, because it uses the actor refs to distinguish task managers. I propose to make the {{InstanceManager}} independent of these {{ActorRefs}} because they are implementation dependent (see Flip-6). -- This message was sent by Atlassian JIRA (v6.3.4#6332)