Till Rohrmann created FLINK-8611: ------------------------------------ Summary: Add result future to JobManagerRunner Key: FLINK-8611 URL: https://issues.apache.org/jira/browse/FLINK-8611 Project: Flink Issue Type: Improvement Components: Distributed Coordination Affects Versions: 1.5.0 Reporter: Till Rohrmann Assignee: Till Rohrmann Fix For: 1.5.0
Adding a {{CompletableFuture<ArchivedExecutionGraph>}} result future to the {{JobManagerRunner}} will allow to return a {{JobResult}} future for an still running job. This is helpful for the implementation of a non-detached job mode. -- This message was sent by Atlassian JIRA (v7.6.3#76005)