You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Thomas Marshall <tw...@gmail.com> on 2012/07/11 21:02:57 UTC

Review Request: Added command line options to master/slave for allocator

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

Review request for mesos and Benjamin Hindman.


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
-----

  src/Makefile.am eb1944f 
  src/master/allocator_process.hpp PRE-CREATION 
  src/master/allocator_process.cpp PRE-CREATION 
  src/master/main.cpp c321618 
  src/slave/slave.cpp 7a4cf98 

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


Testing
-------


Thanks,

Thomas Marshall


Re: Review Request: Added command line options to master/slave for allocator

Posted by Thomas Marshall <tw...@gmail.com>.
-----------------------------------------------------------
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