-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41597/
-----------------------------------------------------------
(Updated Jan. 15, 2016, 8:50 a.m.)
Review request for mesos, Adam B, Neil Conway, and Qian Zhang.
Changes
-------
Addressed the comments of Adam.
Bugs: MESOS-3943
https://issues.apache.org/jira/browse/MESOS-3943
Repository: mesos
Description (updated)
-------
Add the interface in allocator to support updating weight
at runtime, and the allocator is invoked to allocate the
resources based on the updated weights later.
Testing Done:
Make & Make check successfully!
Test case: https://reviews.apache.org/r/41672/
Bugs closed: MESOS-3943
Diffs (updated)
-----
include/mesos/master/allocator.hpp fcebcab71c50a725ca4e635c03c29eed2a406bc3
include/mesos/mesos.proto b12e0f3eff44d90ec01360fc08bf9e597d7ed9dd
include/mesos/v1/mesos.proto fa7e82e03b11cf6619a4f16e8e0fbbf755bf210c
src/master/allocator/mesos/allocator.hpp
50ef3b20f34bc6d87cbeccabcebec9a5031a6554
src/master/allocator/mesos/hierarchical.hpp
5f08b6e7d18766d7d0f8350a280ec577b4895fb9
src/master/allocator/mesos/hierarchical.cpp
d541bfa3f4190865c65d35c9d1ffdb8a3f194056
src/master/allocator/sorter/drf/sorter.hpp
050896e8b12cd4097ccd137d5284d6b39b0f06ab
src/master/allocator/sorter/drf/sorter.cpp
3a442f121f3a1505513877a5c78458a4b8d0a824
src/master/allocator/sorter/sorter.hpp
7be6b44a762fd62c2cd7f28b4dc4865a4587ed26
src/tests/allocator.hpp 9bdfaecf1a148f113ad52956b50ed7cabe0902ef
Diff: https://reviews.apache.org/r/41597/diff/
Testing
-------
Make & Make check successfully!
Test case: https://reviews.apache.org/r/41672/
Thanks,
Yongqiao Wang