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

(Updated Aug. 21, 2012, 9:35 p.m.)


Review request for mesos and Benjamin Hindman.


Changes
-------

Updated to changes further up in the review pipeline.

Note: this review is the next allocator patch after static allocations.


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 86c9b1e 

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


Testing
-------

make check


Thanks,

Thomas Marshall

Reply via email to