-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45961/
-----------------------------------------------------------
(Updated June 13, 2016, 7:20 a.m.)
Review request for mesos and Jiang Yan Xu.
Bugs: MESOS-4431
https://issues.apache.org/jira/browse/MESOS-4431
Repository: mesos
Description
-------
Each shared resource is accouted via its share count. This count is
updated based on the resource operations (such as add and subtract)
in various scenarios such as task launch and terminate at multiple
modules such as master, allocator, sorter, etc.
Allow DESTROY for shared volumes only if share count is 0.
Since shared resources are available to multiple frameworks of the
same role simultaneously, we normalize it with a weight equivalent
to the number of frameworks to which this shared resource has been
allocated to in the sorter.
Diffs (updated)
-----
src/common/resources.cpp f6ff92b591c15bc8e93fd85e1896349c3a7bb968
src/common/resources_utils.cpp 8e881a09500b0966b577e514077460f724868a8d
src/master/allocator/mesos/hierarchical.cpp
8b7b3afb5770c617918ec4864faaf8d8a7a81ef2
src/master/allocator/sorter/drf/sorter.hpp
88bd9233e345ff679051703a40f3be47d7a86e1a
src/master/allocator/sorter/drf/sorter.cpp
65d473a5da0d846214c930c14d333040b2085b13
src/master/http.cpp cd089cf6afd654b07608548f441a0e225df6425e
src/master/master.hpp 2c45dab291a153b42809ab12e4252bf58559feeb
src/master/master.cpp dd80367768a1edbb6ff94d40819b9755a8b8135f
src/master/validation.hpp e1271bbaebaac52a078eedfdc2299c7c6f4474f8
src/master/validation.cpp 7b9c2281b2ab1295211f0dd385cd77947fbd63be
src/tests/master_validation_tests.cpp
9eb82a569f7c48caa96d4d54a93b199ccac74385
src/tests/sorter_tests.cpp eb207a36c18198588cd8a98b3860a66c2ff7a641
src/v1/resources.cpp 8c3f2d1c1529915a59d47fe37bb3fc7a3267079a
Diff: https://reviews.apache.org/r/45961/diff/
Testing
-------
Tests successful.
Thanks,
Anindya Sinha