----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9480/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Vinod Kone. Description ------- Introduces the Dedication abstraction, a protobuf with C++ wrapper in the style of Attributes or Resources, used to store information about resources on certain slaves being statically dedicated to certain frameworks/users. The patch allows this information to be passed in to the slave as a command line option, then parses it and creates the appropriate Dedication objects to be passed to the allocator. This patch does not implement the logic behind static allocations in the allocator because I'm trying to break all of this up to make it easier to review. Diffs ----- include/mesos/mesos.proto 3823515 src/Makefile.am c94736d src/common/dedications.hpp PRE-CREATION src/common/dedications.cpp PRE-CREATION src/slave/flags.hpp 39e57f4 src/slave/slave.hpp e9f7b65 src/slave/slave.cpp 9755b46 Diff: https://reviews.apache.org/r/9480/diff/ Testing ------- make check Thanks, Thomas Marshall
