-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29084/
-----------------------------------------------------------
(Updated Dec. 17, 2014, 11:24 p.m.)
Review request for mesos and Jie Yu.
Changes
-------
Updates for Transformation changes on master.
Bugs: MESOS-2099
https://issues.apache.org/jira/browse/MESOS-2099
Repository: mesos-git
Description
-------
The idea here is that we want the framework to be able to transform the
resources allocated to it, and these Transformations need to be reflected in
the allocator.
Note that Transformations should not be updating the quantity, or the static
roles of the resources. I've left this as a TODO and hopefully we can enforce
this in the Transformation abstraction itself.
Diffs (updated)
-----
src/master/allocator.hpp f4068aad42a7df38544718dcd171ff239dc1e39a
src/master/hierarchical_allocator_process.hpp
95fa520a3947474472cd36987c2342e1bfb51cfe
src/tests/hierarchical_allocator_tests.cpp
1f627386faab61d500d55b65ff6b95bddc800fd5
src/tests/mesos.hpp bb24222c20cb5458b5c627d2001fc3cb1e542cce
Diff: https://reviews.apache.org/r/29084/diff/
Testing
-------
Added a test.
Thanks,
Ben Mahler