You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2017/07/20 18:46:00 UTC

[jira] [Resolved] (SAMZA-1302) Improve Zookeeper error handling

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

Shanthoosh Venkataraman resolved SAMZA-1302.
--------------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 0.14.0)

> Improve Zookeeper error handling 
> ---------------------------------
>
>                 Key: SAMZA-1302
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1302
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Shanthoosh Venkataraman
>            Assignee: Shanthoosh Venkataraman
>            Priority: Minor
>             Fix For: 0.13.1
>
>
> In samza standalone, Zookeeper is used for accomplishing the following.
> A) For storing and retrieving the job model.
> B) Leader election amongst available stream processors.
> C) Propagating job model expiry to stream processors.
> D) Barrier for job model version upgrade.
> ZooKeeper Exceptions from all of the above scenarios are not propagated back to LocalApplicationRunner.waitForFinish.
> Incase of exception, an application will wait indefinitely if it is not bubbled up correctly. 
> Potentially could cause stalled processors and duplicate stream processors.



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