----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67826/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Currently, depending on already allocated resources, `HierarchicalAllocatorProcess::Slave::getAvailable()` may not contain all the shared resources. Since shared resources are always allocatable, we should include all shared resources in the agent available resources. Diffs ----- src/master/allocator/mesos/hierarchical.hpp 0f6c0e96a105c64465d3f5db4ff663d8fdfe7e26 Diff: https://reviews.apache.org/r/67826/diff/1/ Testing ------- make check Thanks, Meng Zhu
