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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2010/03/05 09:38:27 UTC

[jira] Created: (MAPREDUCE-1563) Task diagnostic info would get missed sometimes.

Task diagnostic info would get missed sometimes.
------------------------------------------------

                 Key: MAPREDUCE-1563
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1563
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: tasktracker
            Reporter: Amareshwari Sriramadasu
             Fix For: 0.22.0


TaskStatus's diagnostic info is reset in TaskTracker.cloneAndResetRunningTaskStatuses() method while constructing TaskTrackerStatus to send the heartbeat. It is also reset after receiving the response in TaskTracker.transmitHeartbeat() method.
If any task sets diagnostic info between both the clearStatus() calls, the info is lost.

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