You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Prateek Maheshwari (JIRA)" <ji...@apache.org> on 2017/04/17 03:02:41 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 ]

Prateek Maheshwari updated SAMZA-1201:
--------------------------------------
    Fix Version/s: 0.13.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.13.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.3.15#6346)