----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6665/ -----------------------------------------------------------
(Updated Feb. 11, 2013, 9:43 p.m.) Review request for mesos and Benjamin Hindman. Changes ------- Updates to trunk, along with a few other minor changes. This is now the first review in the allocator pipeline, since its the most straight-forward and should be easy to review. Summary (updated) ----------------- Speed up allocations by keeping a set of slaves with available resources Description ------- Currently, every time we do an allocation we have to traverse the entire list of active slaves an check each one to see if its whitelisted and if it has resources to allocate. This patch keeps a set of all slaves that meet those requirements, and updates it when slaves are added/removed and when resources are allocated/recovered. Diffs (updated) ----- src/master/hierarchical_allocator_process.hpp 33e059c Diff: https://reviews.apache.org/r/6665/diff/ Testing ------- make check Thanks, Thomas Marshall
