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

(Updated July 28, 2014, 4:48 p.m.)


Review request for mesos and Ben Mahler.


Repository: mesos-git


Description
-------

This is the first part of the 'deactivate slave' mechanism.

This part consists of creating an HTTP endpoint which receives HTTP posts. Each 
post contains a JSON object with a list of host names.
The list is further passed to the master which checks which slaves run on those 
hosts and marks them as 'deactivated' in the allocator. The final result is 
that the master will no longer send resource offers belonging to the 
deactivates slaves.

The TODO for the second part is to make the list of deactivated slaves 
persistent, by storing it into the Registry.


Diffs (updated)
-----

  src/master/http.cpp f2ca6599eb165c4c1bc4580175fa439f797c832b 
  src/master/master.hpp d8a4d9e04ecff60020b99ea6447055787d187797 
  src/master/master.cpp 273a516a964f586183557e270d34b55c5a34036b 

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


Testing
-------


Thanks,

Alexandra Sava

Reply via email to