-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11161/#review20729
-----------------------------------------------------------
forgot to attach the diff?
- Vinod Kone
On May 14, 2013, 6 p.m., Brenden Matthews wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11161/
> -----------------------------------------------------------
>
> (Updated May 14, 2013, 6 p.m.)
>
>
> Review request for mesos.
>
>
> Description
> -------
>
> From 706a0637d47861adc1463b92040e0754cbfbbbd2 Mon Sep 17 00:00:00 2001
> From: Brenden Matthews <brenden.matthews@airbnb.com>
> Date: Tue, 14 May 2013 09:46:36 -0700
> Subject: [PATCH 3/5] Don't accept offers on the same host/port.
>
> We'll try to find a port combination that hasn't already been used to
> launch a TaskTracker.
>
> Review: https://reviews.apache.org/r/11161/
> ---
> .../org/apache/hadoop/mapred/MesosScheduler.java | 32 ++++++++++++++++++--
> 1 file changed, 30 insertions(+), 2 deletions(-)
>
>
> Diffs
> -----
>
>
> Diff: https://reviews.apache.org/r/11161/diff/
>
>
> Testing
> -------
>
> Used in production at airbnb.
>
>
> Thanks,
>
> Brenden Matthews
>
>
|