Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
0.13.0
-
None
-
None
Description
when ZkJobCoordinator generates the jobModel, it's using Zk node Ids instead of the processorIds, as the code below: ZkJobCoordinator: 215-220:
List<String> containerIds = new ArrayList<>();
for (String processor : currentProcessors)
log.info("generate new job model: processorsIds: " + Arrays.toString(containerIds.toArray()));
Later the StreamProcessor gets the containerModel, it's null. We need to use the processorId in the JobModel so StreamProcessors will work correctly.
Attachments
Issue Links
- is depended upon by
-
SAMZA-1064 Standalone Samza with Zookeeper for Coordination
- Open
-
SAMZA-1130 ApplicationRunner for running StreamApplication
- Resolved