----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43105/ -----------------------------------------------------------
Review request for mesos and Ben Mahler. 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 ----- include/mesos/master/allocator.hpp e163669c9c4e4c98572968f18987704b60722a79 src/master/allocator/mesos/hierarchical.cpp 1a07d69016407e5aad2209586da37fecbcddb765 Diff: https://reviews.apache.org/r/43105/diff/ Testing ------- make check Thanks, Alexander Rukletsov
