You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/04/06 21:29:32 UTC

[jira] Commented: (HADOOP-1219) Spurious progress messages should be discarded after a task is done

    [ https://issues.apache.org/jira/browse/HADOOP-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487322 ] 

Hadoop QA commented on HADOOP-1219:
-----------------------------------

+1, because http://issues.apache.org/jira/secure/attachment/12355102/1219.patch applied and successfully tested against trunk revision http://svn.apache.org/repos/asf/lucene/hadoop/trunk/526215. Results are at http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch

> Spurious progress messages should be discarded after a task is done
> -------------------------------------------------------------------
>
>                 Key: HADOOP-1219
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1219
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>            Reporter: Devaraj Das
>         Assigned To: Devaraj Das
>             Fix For: 0.13.0
>
>         Attachments: 1219.patch
>
>
> Noticed that the Map task's progress message sometimes goes through even after the fix for HADOOP-1191. In reality, this *could* happen since we don't check for thread.isInterrupted() at each step in the path of the client RPC call. So the situation described in HADOOP-1191 remains. The effect of this is that the TaskTracker finally kills the task for not sending progress report for the configured number of seconds (if the process happens to be alive then), or, assumes the process died due to some unknown reason when the process exits before the configured timeout.

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