Jagadish created SAMZA-994:
------------------------------
Summary: Fix stream appender to work with refactored JC
Key: SAMZA-994
URL: https://issues.apache.org/jira/browse/SAMZA-994
Project: Samza
Issue Type: Bug
Reporter: Jagadish
Assignee: Jagadish
The Stream Appender recognizes that it's running in the app-master by checking
for the presence of the string "application-master" in the container.id
environment variable. However, the refactoring changed the AM to Job
Coordinator. The Stream Appender must be updated to look for the
"job-coordinator" in the container.id instead of "application-master".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)