Prabhu Joseph created YARN-4437:
-----------------------------------
Summary: JobEndNotification info logs are missing in AM container
syslog
Key: YARN-4437
URL: https://issues.apache.org/jira/browse/YARN-4437
Project: Hadoop YARN
Issue Type: Bug
Components: api
Affects Versions: 2.7.0
Reporter: Prabhu Joseph
Priority: Minor
JobEndNotification logs are not written by MRAppMaster and JobEndNotifier
classes even though Log.info is present. The reason was
MRAppMaster.this.stop() has been called before the JobEndNotification and hence
somewhere during the stop log appenders also made null.
AM container syslog is not having below logs from JobEndNotifier
Job end notification trying + urlToNotify
Job end notification to + urlToNotify + succeeded / failed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)