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

Ship it!


Ship It!

- Niklas Nielsen


On Jan. 13, 2015, 5:04 p.m., Kapil Arya wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/28655/
> -----------------------------------------------------------
> 
> (Updated Jan. 13, 2015, 5:04 p.m.)
> 
> 
> Review request for mesos.
> 
> 
> Bugs: MESOS-2060
>     https://issues.apache.org/jira/browse/MESOS-2060
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Hooks are implemented as Mesos modules.  The first hook is a task 
> label-decorator that is called during the task launch sequence in Mesos 
> master.
> 
> This hook allows hook modules to add additional labels to the incoming 
> TaskInfo object.  The labels are then read on the slave/executor side which 
> may then act upon them.
> 
> 
> Diffs
> -----
> 
>   src/Makefile.am fc0c3227466ccf364353a739fec8d9532ea3c683 
>   src/hook/hook.hpp PRE-CREATION 
>   src/hook/manager.hpp PRE-CREATION 
>   src/hook/manager.cpp PRE-CREATION 
>   src/master/flags.hpp f5c8d2a8cc7530bc8746935af9ea90af747cc111 
>   src/master/main.cpp 193d53f13d8b14638b311cc290b5a5802ea56299 
>   src/master/master.cpp 63ca19ab9618feccd93a2335f9287122a4665c5e 
>   src/module/hook.hpp PRE-CREATION 
>   src/module/manager.cpp 5e779e4c565ee13206cee59e9097499320474187 
> 
> Diff: https://reviews.apache.org/r/28655/diff/
> 
> 
> Testing
> -------
> 
> Added two tests (see https://reviews.apache.org/r/29496/) and ran make check.
> 
> 
> Thanks,
> 
> Kapil Arya
> 
>

Reply via email to