----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43105/ -----------------------------------------------------------
(Updated March 3, 2016, 1 p.m.) Review request for mesos and Ben Mahler. Changes ------- Rebased. Repository: mesos Description ------- If `addFramework()` is called before `addSlave()` double accounting of resources is possible. We have not observed bugs because Mesos currently always adds a framework in the allocator after all agents with the framework's tasks have been added. Diffs (updated) ----- include/mesos/master/allocator.hpp a4743c5a31b18d96722a42d526bfb669d30e6e48 src/master/allocator/mesos/hierarchical.cpp 70291075c00a9a557529c2562dedcfc6c6c3ec32 Diff: https://reviews.apache.org/r/43105/diff/ Testing ------- make check Thanks, Alexander Rukletsov
