You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2018/01/12 19:27:05 UTC

[jira] [Updated] (SAMZA-1201) Zk path setup for leader elector and barrier should be separated

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

Jake Maes updated SAMZA-1201:
-----------------------------
    Fix Version/s:     (was: 0.14.0)
                   0.15.0

> Zk path setup for leader elector and barrier should be separated
> ----------------------------------------------------------------
>
>                 Key: SAMZA-1201
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1201
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Xinyu Liu
>            Assignee: Boris Shkolnik
>             Fix For: 0.15.0
>
>
> Right now all the zk paths are created inside ZkControllerImpl.init(). However, this doesn't work for coordinator service which uses ZkLeaderElector but not ZkControllerImpl. The creation of these paths needs to separated so that:
> * ZkLeaderElector ensures the processor paths exist
> * ZkBarrierForVersionUpdate ensures the job model version paths exist
> This way they can be used independently. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)