-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40632/
-----------------------------------------------------------
(Updated 一月 16, 2016, 7:51 a.m.)
Review request for mesos, Ben Mahler, Artem Harutyunyan, Joris Van Remoortere,
Joseph Wu, Klaus Ma, and Jian Qiu.
Bugs: MESOS-4145
https://issues.apache.org/jira/browse/MESOS-4145
Repository: mesos
Description
-------
Enabled oversubscribed resources for reservations in allocator.
The allocator part including 5 patches:
1) https://reviews.apache.org/r/40632 Enabled oversubscribed resources for
reservations in allocator
2) https://reviews.apache.org/r/41847 Updated allocation slack when slave was
updated.
3) https://reviews.apache.org/r/41791 Updated allocation slack for dynamic
reserve (1/3).
4) https://reviews.apache.org/r/42113 Handle unreserve logic for dynamic
reservation (2/3).
5) https://reviews.apache.org/r/42194 Handle unreserve logic for dynamic
reservation (3/3).
Diffs (updated)
-----
src/master/allocator/mesos/hierarchical.cpp
72e69a0f42dd724713f2a7a75f1b92ef16eb5569
src/tests/hierarchical_allocator_tests.cpp
9362dd306497ba01e0f387c3862456cdcac6f863
Diff: https://reviews.apache.org/r/40632/diff/
Testing
-------
make
make check
GLOG_v=2 ./bin/mesos-tests.sh --gtest_filter="HierarchicalAllocatorTest.*"
--verbose
Thanks,
Guangya Liu