----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11212/ -----------------------------------------------------------
(Updated June 5, 2013, 9:41 p.m.) Review request for mesos and Benjamin Hindman. Changes ------- Updated from discussion with Ben H: - I removed the WDRFSorter and instead put weighting into DRFSorter with a default weight of 1. - I removed setting weights for frameworks, as we decided that role level weighting is sufficient for now until we decide on an appropriate way for framework weights to be specified. - I fixed a bug in DRFSorter where an inactive framework could be inadvertently reactivated if it has resources allocated or unallocated to it. Summary (updated) ----------------- WDRF 4 - Add weighting to DRFSorter with Sorter::setWeight Description ------- Adds a WDRFSorter class and a setWeight function in Sorter. Diffs (updated) ----- src/master/drf_sorter.hpp 866515e src/master/drf_sorter.cpp 7fcd0ca src/master/hierarchical_allocator_process.hpp 1048a28 src/master/sorter.hpp e54be3b Diff: https://reviews.apache.org/r/11212/diff/ Testing ------- make check Thanks, Thomas Marshall
