Till Rohrmann created FLINK-6136: ------------------------------------ Summary: Separate EmbeddedNonHaServices and NonHaServices Key: FLINK-6136 URL: https://issues.apache.org/jira/browse/FLINK-6136 Project: Flink Issue Type: Sub-task Components: Distributed Coordination Affects Versions: 1.3.0 Reporter: Till Rohrmann Assignee: Till Rohrmann Fix For: 1.3.0
Currently, the {{NonHaServices}} and the {{EmbeddedNonHaServices}} share the same code base for the {{JobManager}} leader election and retrieval. This works if the respective components run in the same process. However, in case of a distributed execution, we have to instantiate {{StandaloneLeaderRetrieval/ElectionServices}} to make the leader retrieval possible. I propose to instantiate the {{StandaloneLeaderRetrieval/ElectionServices}} in the {{NonHaServices}} implementation and to use them in case of a distributed non-ha execution setting. -- This message was sent by Atlassian JIRA (v6.3.15#6346)