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/09/24 00:40:45 UTC

Re: Review Request: Static Allocator

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

(Updated Sept. 23, 2012, 10:40 p.m.)


Review request for mesos.


Changes
-------

Added support for a dedicated_resource flag on slaves. This allows only part of the resources on the slave to be reserved for the slave's dedicated_user/framework.


Description
-------

Simple implementation of a static allocator.

This patch depends on 2 other pending code review:
https://reviews.apache.org/r/5599/
https://reviews.apache.org/r/5913/


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


Diffs (updated)
-----

  include/mesos/mesos.proto 72fccde 
  src/master/hierarchical_allocator_process.hpp 266d339 
  src/slave/flags.hpp 75b8b0f 
  src/slave/slave.cpp 49d8e76 
  src/tests/allocator_tests.cpp ed52ff6 
  src/tests/allocator_zookeeper_tests.cpp bd408c2 
  src/tests/utils.hpp fc2023b 

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


Testing
-------

make check on Lion
new test in allocator_process_tests.cpp


Thanks,

Thomas Marshall


Re: Review Request: Static Allocator

Posted by Thomas Marshall <tw...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5870/
-----------------------------------------------------------

(Updated Sept. 24, 2012, 8:52 p.m.)


Review request for mesos.


Changes
-------

Minor bug fix.


Description
-------

Simple implementation of a static allocator.

This patch depends on 2 other pending code review:
https://reviews.apache.org/r/5599/
https://reviews.apache.org/r/5913/


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


Diffs (updated)
-----

  include/mesos/mesos.proto 72fccde 
  src/master/hierarchical_allocator_process.hpp 266d339 
  src/slave/flags.hpp 75b8b0f 
  src/slave/slave.cpp 49d8e76 
  src/tests/allocator_tests.cpp ed52ff6 
  src/tests/allocator_zookeeper_tests.cpp bd408c2 
  src/tests/utils.hpp fc2023b 

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


Testing
-------

make check on Lion
new test in allocator_process_tests.cpp


Thanks,

Thomas Marshall