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 "Brice Arnould (JIRA)" <ji...@apache.org> on 2008/05/22 08:47:55 UTC

[jira] Created: (HADOOP-3436) Useless synchronized in JobTracker

Useless synchronized in JobTracker
----------------------------------

                 Key: HADOOP-3436
                 URL: https://issues.apache.org/jira/browse/HADOOP-3436
             Project: Hadoop Core
          Issue Type: Improvement
            Reporter: Brice Arnould
            Assignee: Brice Arnould
            Priority: Trivial


In the original code, numTaskTrackers is fetch in a synchronized way, which is useless because anyway it might be change during the running of the algorithm.

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