-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72954/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Bugs: MESOS-10177
https://issues.apache.org/jira/browse/MESOS-10177
Repository: mesos
Description
-------
This simplifies debugging frameworks that use offer constraints.
For example, in case a framework is not receiving offers for a role,
getting a suppressed roles snapshot simultaneously with agent
filtering results helps to figure out whether the framework is
mis-specifying offer constraints, or just wrongly suppresses a role.
Diffs
-----
src/master/allocator/mesos/hierarchical.cpp
35264b9d866c9b95b76fccde5cf3b438e3bae160
Diff: https://reviews.apache.org/r/72954/diff/1/
Testing
-------
`make check`
Thanks,
Andrei Sekretenko