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 "Arun C Murthy (JIRA)" <ji...@apache.org> on 2009/04/08 09:55:13 UTC

[jira] Resolved: (HADOOP-5639) Remove cyclic calls between JobTracker, JobInProgress and TaskInProgress

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

Arun C Murthy resolved HADOOP-5639.
-----------------------------------

    Resolution: Duplicate

Duplicate of HADOOP-869.

> Remove cyclic calls between JobTracker, JobInProgress and TaskInProgress
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-5639
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5639
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>            Reporter: Amar Kamat
>
> Today the JobTracker, upon a heartbeat request, calls JobInProgress which calls TaskInProgress which internally calls JobTracker. It will be nice if we can get rid of these cyclic calls. Ideally JobInProgress should not know about JobTracker and TaskInProgress should not know about JobInProgress and JobTracker. 

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