[ 
https://issues.apache.org/jira/browse/YARN-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14138162#comment-14138162
 ] 

Jian He commented on YARN-2559:
-------------------------------

looks good overall,  We may just call RMApp#getFinalApplicationStatus here?
{code}
(appAttempt.getFinalApplicationStatus() == null ?
                  RMServerUtils.createFinalApplicationStatus(appState) :
                    appAttempt.getFinalApplicationStatus()
{code}

> ResourceManager sometime become un-responsive due to NPE in 
> SystemMetricsPublisher
> ----------------------------------------------------------------------------------
>
>                 Key: YARN-2559
>                 URL: https://issues.apache.org/jira/browse/YARN-2559
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager, timelineserver
>    Affects Versions: 2.6.0
>         Environment: Generice History Service is enabled in Timelineserver 
> with 
> yarn.resourcemanager.system-metrics-publisher.enabled=true
> So that ResourceManager should Timeline Store for recording application 
> history information 
>            Reporter: Karam Singh
>            Assignee: Zhijie Shen
>         Attachments: YARN-2559.1.patch, YARN-2559.2.patch
>
>
> ResourceManager sometime become un-responsive due to NPE in 
> SystemMetricsPublisher



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to