> On July 11, 2012, 6:22 p.m., John Sirois wrote:
> > include/mesos/scheduler.hpp, line 43
> > <https://reviews.apache.org/r/5865/diff/1/?file=120852#file120852line43>
> >
> >     you generally call out forward declarations

But I do have a comment, above the "previous" forward declaration.


> On July 11, 2012, 6:22 p.m., John Sirois wrote:
> > src/master/webui.hpp, line 49
> > <https://reviews.apache.org/r/5865/diff/1/?file=120860#file120860line49>
> >
> >     kill trailing ws

Definitely killed by now. :)


> On July 11, 2012, 6:22 p.m., John Sirois wrote:
> > src/sched/sched.cpp, line 99
> > <https://reviews.apache.org/r/5865/diff/1/?file=120862#file120862line99>
> >
> >     what does this mean?

I wasn't sure if I liked having to define the variable as 
Try<...>::error("uninitialized"). I thought it might be better if a Try is by 
default in an error "uninitialized" state. Thoughts?


> On July 11, 2012, 6:22 p.m., John Sirois wrote:
> > src/sched/sched.cpp, line 645
> > <https://reviews.apache.org/r/5865/diff/1/?file=120862#file120862line645>
> >
> >     s/fromt/from/

Done.


> On July 11, 2012, 6:22 p.m., John Sirois wrote:
> > src/slave/lxc_isolation_module.cpp, line 209
> > <https://reviews.apache.org/r/5865/diff/1/?file=120867#file120867line209>
> >
> >     join

Done.


> On July 11, 2012, 6:22 p.m., John Sirois wrote:
> > src/slave/main.cpp, line 63
> > <https://reviews.apache.org/r/5865/diff/1/?file=120868#file120868line63>
> >
> >     seems worth Option<short> and convert back to string for the env var to 
> > leverage the type check

Agreed, done (also done in master/main.cpp).


> On July 11, 2012, 6:22 p.m., John Sirois wrote:
> > src/slave/slave.hpp, line 340
> > <https://reviews.apache.org/r/5865/diff/1/?file=120871#file120871line340>
> >
> >     join

Done.


> On July 11, 2012, 6:22 p.m., John Sirois wrote:
> > src/slave/slave.cpp, line 407
> > <https://reviews.apache.org/r/5865/diff/1/?file=120872#file120872line407>
> >
> >     join

Done.


- Benjamin


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


On July 9, 2012, 10:27 p.m., Benjamin Hindman wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/5865/
> -----------------------------------------------------------
> 
> (Updated July 9, 2012, 10:27 p.m.)
> 
> 
> Review request for mesos, John Sirois and Vinod Kone.
> 
> 
> Description
> -------
> 
> In particular, integration with slave and scheduler.
> 
> 
> Diffs
> -----
> 
>   include/mesos/scheduler.hpp c307b28 
>   src/Makefile.am 11f6b4c 
>   src/flags/flags.hpp PRE-CREATION 
>   src/local/local.hpp 55f9eaf 
>   src/local/local.cpp d35639f 
>   src/logging/flags.hpp PRE-CREATION 
>   src/master/flags.hpp PRE-CREATION 
>   src/master/main.cpp bcbe35a 
>   src/master/webui.hpp 660d5e1 
>   src/master/webui.cpp 56134b7 
>   src/sched/sched.cpp dc91154 
>   src/slave/flags.hpp PRE-CREATION 
>   src/slave/http.cpp 4a7057a 
>   src/slave/isolation_module.hpp c896908 
>   src/slave/lxc_isolation_module.hpp b7beefe 
>   src/slave/lxc_isolation_module.cpp 2ff1e9c 
>   src/slave/main.cpp c08a55d 
>   src/slave/process_based_isolation_module.hpp f6f9554 
>   src/slave/process_based_isolation_module.cpp 692ad40 
>   src/slave/slave.hpp 80453b0 
>   src/slave/slave.cpp 743e81c 
>   src/slave/webui.hpp cb15ac6 
>   src/slave/webui.cpp 5616542 
>   src/tests/flags_tests.cpp PRE-CREATION 
>   src/tests/slave_tests.cpp 84e8e7d 
>   src/tests/utils.hpp e81ec82 
> 
> Diff: https://reviews.apache.org/r/5865/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Benjamin Hindman
> 
>

Reply via email to