> On May 17, 2013, 7:01 p.m., Vinod Kone wrote:
> > hadoop/mesos/src/java/org/apache/hadoop/mapred/MesosScheduler.java, lines 
> > 115-118
> > <https://reviews.apache.org/r/11119/diff/1/?file=290979#file290979line115>
> >
> >     How is this possible, considering we got the 'completed' list from the 
> > job?

Looks like this patch is somewhat out of date.


- Brenden


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


On June 6, 2013, 2:11 a.m., Brenden Matthews wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11119/
> -----------------------------------------------------------
> 
> (Updated June 6, 2013, 2:11 a.m.)
> 
> 
> Review request for mesos.
> 
> 
> Description
> -------
> 
> Don't prematurely kill TaskTrackers.
> 
> We assign the JobID to the internal Mesos tracker (for the TaskTracker)
> rather than the TaskID.
> 
> In the case where a TaskTracker has only map tasks assigned to it and
> they have all completed, we mustn't terminate the tracker until the
> entire job has finished, including the map tasks.
> 
> Review: https://reviews.apache.org/r/11119
> 
> 
> Diffs
> -----
> 
>   hadoop/mesos/src/java/org/apache/hadoop/mapred/MesosScheduler.java 
> afe401f5265e3d9494af7eace42eec45943184a3 
> 
> Diff: https://reviews.apache.org/r/11119/diff/
> 
> 
> Testing
> -------
> 
> Used in production at airbnb.
> 
> 
> Thanks,
> 
> Brenden Matthews
> 
>

Reply via email to