-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5448/
-----------------------------------------------------------
(Updated June 26, 2012, 7:09 p.m.)
Review request for mesos and Benjamin Hindman.
Changes
-------
I created a Jira issue to track progress on the allocator work.
Description
-------
Renamed SimpleAllocator to DominantShareAllocator.
This addresses bug MESOS-222.
https://issues.apache.org/jira/browse/MESOS-222
Diffs
-----
src/Makefile.am 8760f59
src/local/local.cpp d35639f
src/master/allocator_factory.hpp 6387a5b
src/master/allocator_factory.cpp e4f4969
src/master/dominant_share_allocator.hpp PRE-CREATION
src/master/dominant_share_allocator.cpp PRE-CREATION
src/master/main.cpp bcbe35a
src/master/master.hpp 886f79c
src/master/master.cpp 89cdaf6
src/master/simple_allocator.hpp 034b5d0
src/master/simple_allocator.cpp 1c54feb
src/tests/exception_tests.cpp de7fcf3
src/tests/fault_tolerance_tests.cpp b2529ca
src/tests/master_detector_tests.cpp 4cefbfa
src/tests/master_tests.cpp fcaf7dc
src/tests/resource_offers_tests.cpp c1f1760
src/tests/slave_tests.cpp 84e8e7d
Diff: https://reviews.apache.org/r/5448/diff/
Testing
-------
Thanks,
Thomas Marshall