Xinyu Liu created SAMZA-1531:
--------------------------------
Summary: Support run.id in standalone for batch processing
Key: SAMZA-1531
URL: https://issues.apache.org/jira/browse/SAMZA-1531
Project: Samza
Issue Type: Bug
Affects Versions: 0.14.0
Reporter: Xinyu Liu
Similar to Yarn, we need to generate a unique run.id per job run in standalone.
Right now the lock is acquired after the plan is generated, then the streams
are created. Instead, we need to generate the id first, acquiring the lock
based on this id, then generate the plan as well as the streams.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)