You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Bibin A Chundatt (JIRA)" <ji...@apache.org> on 2015/08/13 21:22:45 UTC

[jira] [Updated] (YARN-4028) AppBlock page key update and diagnostics value null on recovery

     [ https://issues.apache.org/jira/browse/YARN-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bibin A Chundatt updated YARN-4028:
-----------------------------------
       Priority: Minor  (was: Trivial)
    Description: 
All keys ends with *:*  adding the same in *Log Aggregation Status* for consistency

Also Diagnostics value shown as null on recovery


  was:
All keys ends with *:*  adding the same in *Log Aggregation Status* for consistency


     Issue Type: Bug  (was: Improvement)
        Summary: AppBlock page key update and diagnostics value null on recovery  (was: AppsBlock page keep key consistent)


In {{RMAppImpl}} during recovery diagnostics is set as below

{{RMAppImpl#recover(RMState state)}}
{code}
this.diagnostics.append(appState.getDiagnostics());
{code}
So null gets appended to diagnostics;
AppBlock checks for null but value is string 'null'


> AppBlock page key update and diagnostics value null on recovery
> ---------------------------------------------------------------
>
>                 Key: YARN-4028
>                 URL: https://issues.apache.org/jira/browse/YARN-4028
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Bibin A Chundatt
>            Assignee: Bibin A Chundatt
>            Priority: Minor
>         Attachments: 0001-YARN-4028.patch, Image.jpg
>
>
> All keys ends with *:*  adding the same in *Log Aggregation Status* for consistency
> Also Diagnostics value shown as null on recovery



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