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

(Updated June 19, 2013, 10:27 p.m.)


Review request for mesos and Benjamin Hindman.


Changes
-------

Added reservation tests, Reservations::parse now returns a Try, slaves now 
check that they don't have more reserved resources than actual resources, and 
SlaveInfo's == operator has been fixed to include reservations.


Description
-------

This patch adds a Dedication protobuf, Dedications field to SlaveInfo, 
Dedications class with a parse function, and a dedication command line flag to 
the slave.


This addresses bug MESOS-505.
    https://issues.apache.org/jira/browse/MESOS-505


Diffs (updated)
-----

  include/mesos/mesos.proto 8cbcd9a 
  src/Makefile.am 6491f56 
  src/common/reservations.hpp PRE-CREATION 
  src/common/reservations.cpp PRE-CREATION 
  src/common/type_utils.hpp 377b65f 
  src/slave/flags.hpp 9612983 
  src/slave/slave.hpp d1ba82e 
  src/slave/slave.cpp 952bd14 
  src/tests/reservations_tests.cpp PRE-CREATION 

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


Testing
-------

 make check


Thanks,

Thomas Marshall

Reply via email to