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 "Karam Singh (JIRA)" <ji...@apache.org> on 2010/02/26 09:50:27 UTC

[jira] Created: (MAPREDUCE-1540) Sometime JobTracker holds stale refrence of JobInProgress.

Sometime JobTracker holds stale refrence of JobInProgress.
----------------------------------------------------------

                 Key: MAPREDUCE-1540
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1540
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: jobtracker
    Affects Versions: 0.20.2
            Reporter: Karam Singh


Ran random writer, sort and sort validate job. Checked the jmap -histo:live and verified that there is no reference of JobInProgress after Jobs are retired 
Now submitter around 77  sleeps of around 10000 maps. then after 1 hr killed all the job when jobs got retired. again checked jmap -histo:live  for JobInProgress for JT process found 2 references were there.
Found this while doing snaity testing of 1316

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


[jira] Resolved: (MAPREDUCE-1540) Sometimes JobTracker holds stale refrence of JobInProgress even after Job gets retired

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

Amar Kamat resolved MAPREDUCE-1540.
-----------------------------------

    Resolution: Cannot Reproduce

This doesnt occur in 0.20, 0.21 and trunk. 

> Sometimes JobTracker holds stale refrence of JobInProgress even after Job gets retired
> --------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1540
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1540
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: jobtracker
>    Affects Versions: 0.20.2
>            Reporter: Karam Singh
>            Assignee: Amar Kamat
>
> Ran random writer, sort and sort validate job. Checked the jmap -histo:live and verified that there is no reference of JobInProgress after Jobs are retired 
> Now submitter around 77  sleeps of around 10000 maps. then after 1 hr killed all the job when jobs got retired. again checked jmap -histo:live  for JobInProgress for JT process found 2 references were there.
> Found this while doing sanity testing of 1316

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