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 "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/07/30 19:20:39 UTC

[jira] [Resolved] (MAPREDUCE-1640) Node health feature fails to blacklist a node if the health check script times out in some cases

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

Allen Wittenauer resolved MAPREDUCE-1640.
-----------------------------------------

    Resolution: Incomplete

Closing this as stale.  

> Node health feature fails to blacklist a node if the health check script times out in some cases
> ------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1640
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1640
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>            Reporter: Vinod Kumar Vavilapalli
>
> Node health check feature fails to blacklist a TT if health check script times out. Below are the values that were set:
>  - mapred.healthChecker.interval=60000
>  - mapred.healthChecker.script.timeout=6000
> And the script was:
> {code}
> #!/bin/bash
> echo "start"
> sleep 100000
> echo "end"
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)