-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51412/
-----------------------------------------------------------
(Updated Aug. 25, 2016, 4:13 a.m.)
Review request for mesos and Jiang Yan Xu.
Bugs: MESOS-4431
https://issues.apache.org/jira/browse/MESOS-4431
Repository: mesos
Description
-------
This is being added to allow for handling of ACCEPT call within the
allocator in the future. For now, we expose the offered resources
in this API to account for additional copies of shared resources in
the allocator when there are more tasks being launched in a single
ACCEPT call for a single copy of shared resource being offered.
Diffs
-----
include/mesos/allocator/allocator.hpp
41a9d457286e30431490ca626e680d85684b48d6
src/master/allocator/mesos/allocator.hpp
69639be9c14b83157df29f767e819db719588053
src/master/allocator/mesos/hierarchical.hpp
bdbc6d3b5b959990538f4e3b7b1a3b031d9aea05
src/master/allocator/mesos/hierarchical.cpp
234ef98529964a0b6d3f132426a6c8ccbb1263ee
src/master/master.hpp 6decff6f4b9c3434de030fd5c06df4c683a7abad
src/master/master.cpp 789fb9760a5ea60ce3b7b08f17e36cec69349c60
src/tests/allocator.hpp 5ca3057265eb2c00c965132ac7922019e1cc77b8
src/tests/hierarchical_allocator_tests.cpp
cbed333f497016fe2811f755028796012b41db77
src/tests/reservation_tests.cpp 6181c6f8abbf254b45ea77f33c48dee918106ef0
Diff: https://reviews.apache.org/r/51412/diff/
Testing (updated)
-------
All tests passed.
Thanks,
Anindya Sinha