-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5910/
-----------------------------------------------------------
(Updated July 12, 2012, 6:08 p.m.)
Review request for mesos and Benjamin Hindman.
Changes
-------
Updated to use the new flag abstraction.
Description
-------
You are now able to specify the characteristics of the allocator to use from
the command line, including dedicating slaves for static allocation.
--help displays the appropriate info.
AllocatorProcess::create handles creation of the AllocatorProcess. It looks a
little silly right now because only one Allocator has been implemented (drf)
but upcoming patches will make it more useful.
This addresses bug MESOS-231.
https://issues.apache.org/jira/browse/MESOS-231
Diffs (updated)
-----
src/Makefile.am 99bee0a
src/master/allocator_process.hpp PRE-CREATION
src/master/allocator_process.cpp PRE-CREATION
src/master/flags.hpp c0eb61f
src/master/main.cpp c459092
src/slave/flags.hpp 205854b
Diff: https://reviews.apache.org/r/5910/diff/
Testing
-------
Thanks,
Thomas Marshall