----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5599/ -----------------------------------------------------------
Review request for mesos and Benjamin Hindman. Description ------- Rewrote the DRF algorithm in DominantShareAllocator to calculate shares on a per user, rather than per framework, basis and to store those shares in sorted order so that allocations have log(n) time complexity instead of n^2. This patch relies on 3 pending code reviews: https://reviews.apache.org/r/5448/ https://reviews.apache.org/r/5451/ https://reviews.apache.org/r/5532/ This addresses bugs MESOS-225 and MESOS-226. https://issues.apache.org/jira/browse/MESOS-225 https://issues.apache.org/jira/browse/MESOS-226 Diffs ----- src/master/dominant_share_allocator.hpp PRE-CREATION src/master/dominant_share_allocator.cpp PRE-CREATION Diff: https://reviews.apache.org/r/5599/diff/ Testing ------- make check on Lion Thanks, Thomas Marshall
