-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29890/
-----------------------------------------------------------
(Updated Jan. 28, 2015, 9:50 p.m.)
Review request for mesos, Bernd Mathiske, Niklas Nielsen, and Vinod Kone.
Changes
-------
adding myself as reviewer -- @vinodkone
Bugs: MESOS-2213
https://issues.apache.org/jira/browse/MESOS-2213
Repository: mesos-git
Description
-------
Introduce a basic Allocator interface that every allocator should implement.
This interface does not require allocators to be based on libprocess process.
For allocators they do implement allocation logic via an internal libprocess
process, a special wrapper is provided. Allocator uses and tests are updated to
use Allocator type instead of AllocatorProcess.
Diffs
-----
src/local/local.cpp 76e73a4
src/master/allocator.hpp 318a756
src/master/hierarchical_allocator_process.hpp 6b44892
src/master/main.cpp e5e76ce
src/tests/cluster.hpp 74cedb3
src/tests/fault_tolerance_tests.cpp e0065b3
src/tests/hierarchical_allocator_tests.cpp f44d9e9
src/tests/master_allocator_tests.cpp 2430622
src/tests/master_authorization_tests.cpp 42ffe24
src/tests/master_tests.cpp 678d27f
src/tests/mesos.hpp 3f4704b
src/tests/mesos.cpp 5ed4df5
src/tests/partition_tests.cpp fea7801
src/tests/rate_limiting_tests.cpp 7f5ca25
src/tests/resource_offers_tests.cpp ffad1f8
src/tests/slave_recovery_tests.cpp d135856
Diff: https://reviews.apache.org/r/29890/diff/
Testing
-------
make distcheck (Ubuntu, OS X)
Thanks,
Alexander Rukletsov