-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60639/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler, Jie Yu, and Jan Schlicht.
Bugs: MESOS-7755
https://issues.apache.org/jira/browse/MESOS-7755
Repository: mesos
Description
-------
This commit introduces code to interpret an agent's 'total' amount of
resources passed with 'updateSlave'. We allow overallocation of the
agent, i.e., the amount of allocated resources can exceed the total
resources.
Diffs
-----
src/master/allocator/mesos/hierarchical.cpp
eb01d8e6b1108866ebc049f9f4a46157823a3541
src/tests/hierarchical_allocator_tests.cpp
2a312a9af4bae679a0a4e7bf45a3c013513c5da2
Diff: https://reviews.apache.org/r/60639/diff/1/
Testing
-------
`make check`
Thanks,
Benjamin Bannier