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

ASF GitHub Bot commented on SAMZA-1385:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/265


> Fix coordination issues during stream creation in LocalApplicationRunner
> ------------------------------------------------------------------------
>
>                 Key: SAMZA-1385
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1385
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Bharath Kumarasubramanian
>            Assignee: Bharath Kumarasubramanian
>             Fix For: 0.13.1
>
>
> Bug fixes related to coordination logic around stream creation.
> In case of applications that involve creating intermediate stream, a single 
> process waits for itself to become a leader during job coordination phase if 
> it has already acquired leadership during stream creation phase. The reason 
> for this starvation is due to the fact that both these leader election use 
> the same zookeeper node. We need to use separate nodes for leader election 
> for job model creation & stream creation.



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

Reply via email to