----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28669/ -----------------------------------------------------------
Review request for mesos and Jie Yu. Repository: mesos-git Description ------- We check initialization in all of the public methods, but only in some of the internal methods. This updates the code to only check initialization through the entry-points into the allocator. Internal methods do not need to be checking this, as it becomes very tedious whenever we add methods. Diffs ----- src/master/hierarchical_allocator_process.hpp fbaa23fad37fc6cbe870932cd4ace6622080001b Diff: https://reviews.apache.org/r/28669/diff/ Testing ------- make check Thanks, Ben Mahler
