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 "Joydeep Sen Sarma (JIRA)" <ji...@apache.org> on 2010/08/23 23:25:16 UTC

[jira] Created: (MAPREDUCE-2027) fair share scheduler causes unnecessary preemption under some conditions

fair share scheduler causes unnecessary preemption under some conditions
------------------------------------------------------------------------

                 Key: MAPREDUCE-2027
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2027
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/fair-share
            Reporter: Joydeep Sen Sarma


When the cluster hits speculative cap - JobInProgress does not speculate any more. however FairShare Scheduler continues to believe that tasks need to be speculated.

Under such conditions, FS Scheduler will start preempting repeatedly (because from it's perspective - certain jobs are not getting the slots they deserve (for speculative tasks)).

There may be other reasons for excessive preemption as well - this one stood out clearly.

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