[ https://issues.apache.org/jira/browse/MAPREDUCE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183244#comment-13183244 ]
Hudson commented on MAPREDUCE-3528: ----------------------------------- Integrated in Hadoop-Mapreduce-0.23-Build #156 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/156/]) MAPREDUCE-3528. Fixed TaskHeartBeatHandler to use a new configuration for the thread loop interval separate from task-timeout configuration property. Contributed by Siddharth Seth. svn merge --ignore-ancestry -c 1229403 ../../trunk/ vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229405 Files : * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/TaskHeartbeatHandler.java * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java > The task timeout check interval should be configurable independent of > mapreduce.task.timeout > -------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-3528 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3528 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mr-am, mrv2 > Affects Versions: 0.23.0 > Reporter: Siddharth Seth > Assignee: Siddharth Seth > Fix For: 0.23.1 > > Attachments: MR3528.txt > > > TaskHeartbeatHandler sleeps for 'mapreduce.task.timeout' - between each > check. If a task/NM goes bad immediately after starting a task - the timeout > is detected in ~2x the configured timeout interval. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira