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

(Updated Feb. 10, 2015, 7:59 p.m.)


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


Changes
-------

Addressed Vinod's comments & rebased.


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


Repository: mesos


Description (updated)
-------

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 d4adae5a6044aef9f7cc214f0f467359b6f7a29a 
  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 cad8024c9ae779e55e036c39ffa9165071a89a15 
  src/tests/master_authorization_tests.cpp 
6fd0efa444dce5203e2e755d4de0483fcaa277f8 
  src/tests/master_tests.cpp 18eabd4af5effe83fed7479fda19242b73a8536f 
  src/tests/mesos.hpp 83a369968ab2403fa341829ac5d11f7243095190 
  src/tests/mesos.cpp 21a405366f56c963611324076efe775f85b9d9f7 
  src/tests/partition_tests.cpp bd7940d0a2b6ef324c74bf3fe990dc0e52592669 
  src/tests/rate_limiting_tests.cpp 8b55bffff0b7713806fc0bcc63d8a7097a8408e0 
  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