Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is related to
-
SAMZA-1064 Standalone Samza with Zookeeper for Coordination
- Open