You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/05/05 11:51:04 UTC

[jira] [Closed] (FLINK-6136) Separate EmbeddedNonHaServices and NonHaServices

     [ https://issues.apache.org/jira/browse/FLINK-6136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann closed FLINK-6136.
--------------------------------
    Resolution: Fixed

Fixed via a0bb99c70703f6eaf0953b9ea6e70c5dbb9c1c77

> 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)