-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72740/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Bugs: MESOS-10171
https://issues.apache.org/jira/browse/MESOS-10171
Repository: mesos
Description
-------
This patch introduces an abstract class for a pluggable object acting
as a filter for agent resources to be offered to a framework's role,
adds this object into FrameworkOptions and wires using this object
into the allocator.
Diffs
-----
include/mesos/allocator/allocator.hpp
c700528e14bb42f6cea37f42dd7b72eb76a1a6b9
src/master/allocator/mesos/hierarchical.hpp
e444e470eb085cea167f84f8540d1769d662c222
src/master/allocator/mesos/hierarchical.cpp
9e5079942263132d09c6bd9abbdc8858cd2ef138
src/master/master.cpp 6a013e334b19bd108791d1c5fd0864c710aae8cb
Diff: https://reviews.apache.org/r/72740/diff/1/
Testing
-------
Thanks,
Andrei Sekretenko