You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/25 14:08:04 UTC

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

    [ https://issues.apache.org/jira/browse/FLINK-6136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15982921#comment-15982921 ] 

ASF GitHub Bot commented on FLINK-6136:
---------------------------------------

Github user tillrohrmann commented on the issue:

    https://github.com/apache/flink/pull/3622
  
    Rebased onto the latest `master`.


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