-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53096/
-----------------------------------------------------------
(Updated Dec. 19, 2016, 7:24 p.m.)
Review request for mesos and Jiang Yan Xu.
Changes
-------
Minor refactor and addressed review comments.
Bugs: MESOS-6444
https://issues.apache.org/jira/browse/MESOS-6444
Repository: mesos
Description
-------
We maintain a single copy of shared resource in the role and quota
sorter's total resources. So, when we update these resources, we
remove the previous resources at this agent and add the new resources
at this agent.
Diffs (updated)
-----
src/master/allocator/mesos/hierarchical.hpp
a6424d624864155e1c87a28a63b784512c5c8722
src/master/allocator/mesos/hierarchical.cpp
91b1ec43940a788459f045ca4a4b82d4e8373bca
src/tests/persistent_volume_tests.cpp
b7c313781f3dd9ab4fd68ce23ccc044d50b734d8
Diff: https://reviews.apache.org/r/53096/diff/
Testing
-------
Tests passed.
Thanks,
Anindya Sinha