You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Yufei Gu (JIRA)" <ji...@apache.org> on 2016/08/26 22:25:20 UTC

[jira] [Created] (MAPREDUCE-6770) NodeHealthScriptRunner#reportHealthStatus bug fix

Yufei Gu created MAPREDUCE-6770:
-----------------------------------

             Summary: NodeHealthScriptRunner#reportHealthStatus bug fix
                 Key: MAPREDUCE-6770
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6770
             Project: Hadoop Map/Reduce
          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: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org