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

(Updated Dec. 30, 2014, 6:57 p.m.)


Review request for mesos and Niklas Nielsen.


Changes
-------

Updated title/summary.


Summary (updated)
-----------------

Introduced Mesos Hooks abstraction.


Repository: mesos-git


Description (updated)
-------

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 (updated)
-----

  src/Makefile.am 0521f5849acc3237a8fa3970c983beab74441586 
  src/hook/hook.hpp PRE-CREATION 
  src/hook/manager.hpp PRE-CREATION 
  src/hook/manager.cpp PRE-CREATION 
  src/master/flags.hpp 1cea50c02f3ad7de1e1ae91d65d1accdb9af7b03 
  src/master/main.cpp 193d53f13d8b14638b311cc290b5a5802ea56299 
  src/master/master.cpp d6651e299ddb73bfdc1b126c474075db6cda8acd 
  src/module/hook.hpp PRE-CREATION 
  src/module/manager.cpp 5e779e4c565ee13206cee59e9097499320474187 

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


Testing (updated)
-------

Added two tests (see https://reviews.apache.org/r/29496/) and ran make check.


Thanks,

Kapil Arya

Reply via email to