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

(Updated Feb. 12, 2015, 7:39 p.m.)


Review request for mesos, Bernd Mathiske, Niklas Nielsen, and Vinod Kone.


Changes
-------

Rebased.


Bugs: MESOS-2213
    https://issues.apache.org/jira/browse/MESOS-2213


Repository: mesos


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 that do implement allocation logic via an internal libprocess 
process, a special wrapper is provided. Allocator users and tests are updated 
to use Allocator type instead of AllocatorProcess.


Diffs (updated)
-----

  src/local/local.cpp 3b128c406dfadffd3e7344dccb9abda2b99734ab 
  src/master/allocator.hpp 2149ea48dd8614dc29350efaddcb43b6a082a43e 
  src/master/hierarchical_allocator_process.hpp 
10fa6ec4116174f0fa597714976507a6c54f082b 
  src/master/main.cpp 1dce7fba66697338451d9f9b544b33bfdf880f46 
  src/tests/cluster.hpp 2ea404747f64e94d8908bd84a5aa575d2c010f71 
  src/tests/fault_tolerance_tests.cpp dc8efcd5e3ea4580af95138ee22aa2a93cee9196 
  src/tests/hierarchical_allocator_tests.cpp 
df844b57df5f9bb886e2e380d8751c809d3fbd5b 
  src/tests/master_allocator_tests.cpp b16462571bc3760aedb0a86019d6627ded15ea49 
  src/tests/master_authorization_tests.cpp 
4b8c134aa5e7300da262d48595bf361e2dc79949 
  src/tests/master_tests.cpp c678527942506ef23fa4f1aebf9664e4cc21b561 
  src/tests/mesos.hpp 2b0c90d166ed33065f2a4a2909c61cc5119da511 
  src/tests/mesos.cpp ac2dc737eff48d122cfd604d4820f423e5bc0472 
  src/tests/partition_tests.cpp bd7940d0a2b6ef324c74bf3fe990dc0e52592669 
  src/tests/rate_limiting_tests.cpp 8114c79786850d551ce7ddcaca65f66a1d03fd64 
  src/tests/resource_offers_tests.cpp b37115398ca26a8dc424e026c9e400ede43ccc29 
  src/tests/slave_recovery_tests.cpp bd2bdefbed0efbd8ee27c288097cecca86e86969 

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


Testing
-------

make distcheck (Ubuntu, OS X)


Thanks,

Alexander Rukletsov

Reply via email to