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 "Yufei Gu (JIRA)" <ji...@apache.org> on 2016/08/26 22:27:20 UTC

[jira] [Moved] (YARN-5567) NodeHealthScriptRunner#reportHealthStatus bug fix

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

Yufei Gu moved MAPREDUCE-6770 to YARN-5567:
-------------------------------------------

    Component/s:     (was: nodemanager)
                 nodemanager
            Key: YARN-5567  (was: MAPREDUCE-6770)
        Project: Hadoop YARN  (was: Hadoop Map/Reduce)

> NodeHealthScriptRunner#reportHealthStatus bug fix
> -------------------------------------------------
>
>                 Key: YARN-5567
>                 URL: https://issues.apache.org/jira/browse/YARN-5567
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>            Reporter: Yufei Gu
>            Assignee: Yufei Gu
>
> {code}
>       case FAILED_WITH_EXIT_CODE:
>         setHealthStatus(true, "", now);
>         break;
> {code}
> should be 
> {code}
>       case FAILED_WITH_EXIT_CODE:
>         setHealthStatus(false, "", now);
>         break;
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org