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/04/07 12:47:33 UTC

[jira] Created: (MAPREDUCE-1684) ClusterStatus can be cached in CapacityTaskScheduler.assignTasks()

ClusterStatus can be cached in CapacityTaskScheduler.assignTasks()
------------------------------------------------------------------

                 Key: MAPREDUCE-1684
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1684
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/capacity-sched
            Reporter: Amareshwari Sriramadasu


Currently,  CapacityTaskScheduler.assignTasks() calls getClusterStatus() thrice: once in assignTasks(), once in MapTaskScheduler and once in ReduceTaskScheduler. It can be cached in assignTasks() and re-used.


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