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 "Ramya R (JIRA)" <ji...@apache.org> on 2009/07/08 11:20:14 UTC

[jira] Created: (MAPREDUCE-732) node health check script should not log "UNHEALTHY" status for every heartbeat in INFO mode

node health check script should not log "UNHEALTHY" status for every heartbeat in INFO mode
-------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-732
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-732
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 0.21.0
            Reporter: Ramya R
            Priority: Minor
             Fix For: 0.21.0


Currently, when a TT is blacklisted by the node health check script, for every heartbeat a message such as the following is being logged.
{noformat}
<date> <time> INFO org.apache.hadoop.mapred.JobTracker: Adding blacklisted reason for tracker : <blacklisted TT> Reason for blacklisting is : NODE_UNHEALTHY
{noformat}
Due to this, the the JT logs fill up rapidly clogging the logdirs. Hence this message should be logged in DEBUG mode instead of INFO mode.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MAPREDUCE-732) node health check script should not log "UNHEALTHY" status for every heartbeat in INFO mode

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala resolved MAPREDUCE-732.
----------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

I just committed this. Thanks, Sreekanth !

> node health check script should not log "UNHEALTHY" status for every heartbeat in INFO mode
> -------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-732
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-732
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.21.0
>            Reporter: Ramya R
>            Assignee: Sreekanth Ramakrishnan
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: mapreduce-732-1.patch, MAPREDUCE-732-2.patch, mapreduce-732.patch
>
>
> Currently, when a TT is blacklisted by the node health check script, for every heartbeat a message such as the following is being logged.
> {noformat}
> <date> <time> INFO org.apache.hadoop.mapred.JobTracker: Adding blacklisted reason for tracker : <blacklisted TT> Reason for blacklisting is : NODE_UNHEALTHY
> {noformat}
> Due to this, the the JT logs fill up rapidly clogging the logdirs. Hence this message should be logged in DEBUG mode instead of INFO mode.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.