Till Rohrmann created FLINK-11414: ------------------------------------- Summary: Introduce JobMasterService interface for the JobManagerRunner Key: FLINK-11414 URL: https://issues.apache.org/jira/browse/FLINK-11414 Project: Flink Issue Type: Improvement Components: Distributed Coordination Affects Versions: 1.8.0 Reporter: Till Rohrmann Assignee: Till Rohrmann Fix For: 1.8.0
In order to better separate concerns I suggest to introduce a {{JobMasterService}} interface which only exposes the lifecycle methods the {{JobManagerRunner}} needs instead of directly using the {{JobMaster}}. That way, we can later instantiate the {{JobManagerRunner}} easier for testing purposes. -- This message was sent by Atlassian JIRA (v7.6.3#76005)