You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Charles Reiss <wo...@gmail.com> on 2012/07/29 03:28:48 UTC

Review Request: Consider failed maps runnable when determining wheter to launch map tasks

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6187/
-----------------------------------------------------------

Review request for mesos and Benjamin Hindman.


Description
-------

Updates canLaunchMaps() in the Hadoop framework to look through failedMaps of runnable jobs when determining whether a machine can launch another map task. Maps are only considered if they have not failed on the machine in question, which is consistent with Hadoop's policy for launching maps.


This addresses bug MESOS-245.
    https://issues.apache.org/jira/browse/MESOS-245


Diffs
-----

  hadoop/mesos/src/java/org/apache/hadoop/mapred/FrameworkScheduler.java 29b9340 

Diff: https://reviews.apache.org/r/6187/diff/


Testing
-------


Thanks,

Charles Reiss


Re: Review Request: Consider failed maps runnable when determining wheter to launch map tasks

Posted by Benjamin Hindman <be...@berkeley.edu>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6187/#review9596
-----------------------------------------------------------

Ship it!


Ship It!

- Benjamin Hindman


On July 29, 2012, 1:28 a.m., Charles Reiss wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/6187/
> -----------------------------------------------------------
> 
> (Updated July 29, 2012, 1:28 a.m.)
> 
> 
> Review request for mesos and Benjamin Hindman.
> 
> 
> Description
> -------
> 
> Updates canLaunchMaps() in the Hadoop framework to look through failedMaps of runnable jobs when determining whether a machine can launch another map task. Maps are only considered if they have not failed on the machine in question, which is consistent with Hadoop's policy for launching maps.
> 
> 
> This addresses bug MESOS-245.
>     https://issues.apache.org/jira/browse/MESOS-245
> 
> 
> Diffs
> -----
> 
>   hadoop/mesos/src/java/org/apache/hadoop/mapred/FrameworkScheduler.java 29b9340 
> 
> Diff: https://reviews.apache.org/r/6187/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Charles Reiss
> 
>