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/04/26 05:15:02 UTC

Review Request: Refactoring Allocator out of Master

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

Review request for mesos and Benjamin Hindman.


Summary
-------

Factored the allocator to run in a separate libprocess process from the master, to make it easier to write and switch in new allocators.


Diffs
-----

  src/master/allocator.hpp 0fc61a5 
  src/master/master.hpp 8a34d7e 
  src/master/master.cpp 4dc9ee0 
  src/master/simple_allocator.hpp 034b5d0 
  src/master/simple_allocator.cpp 1c54feb 
  src/tests/resource_offers_tests.cpp c1f1760 
  src/tests/utils.hpp e81ec82 

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


Testing
-------


Thanks,

Thomas


Re: Review Request: Refactoring Allocator out of Master

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

(Updated 2012-04-26 03:15:48.406464)


Review request for mesos and Benjamin Hindman.


Summary
-------

Factored the allocator to run in a separate libprocess process from the master, to make it easier to write and switch in new allocators.


Diffs
-----

  src/master/allocator.hpp 0fc61a5 
  src/master/master.hpp 8a34d7e 
  src/master/master.cpp 4dc9ee0 
  src/master/simple_allocator.hpp 034b5d0 
  src/master/simple_allocator.cpp 1c54feb 
  src/tests/resource_offers_tests.cpp c1f1760 
  src/tests/utils.hpp e81ec82 

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


Testing (updated)
-------

Know issues: fails make check


Thanks,

Thomas