This is an automated email from the ASF dual-hosted git repository.
mzhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 7e30597 Prevented logging of coverity token in CI.
new ebe4a4a Made `allocated` mean "allocated but not offered" in
`allocator::Slave`.
new e2904eb Renamed `allocate` and its derivatives in
HierarchialAllocatorProcess.
new dcce9ad Renamed `toAllocate` into `toOffer` in
`HierarchialAllocatorProcess`.
new 3947dcd Renamed totalAllocatedReservation ->
totalOfferedOrAllocatedReservation.
new 997df8b Renamed *Allocation into *Offering in __generateOffers().
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/master/allocator/mesos/hierarchical.cpp | 160 ++++++++++++++--------------
src/master/allocator/mesos/hierarchical.hpp | 96 +++++++++--------
src/master/allocator/mesos/metrics.cpp | 2 +-
3 files changed, 131 insertions(+), 127 deletions(-)