-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72741/
-----------------------------------------------------------
(Updated Aug. 14, 2020, 4:42 p.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
- Incorporated reworked part of https://reviews.apache.org/r/72740 (I'm discarding that PR)
- Now that the `OfferConstraintsFilter` is declared in `include/../allocator.hpp`, I'm relocating
`offer_constraints_filter.cpp`
- addressed feedback on this one
Bugs: MESOS-10171
https://issues.apache.org/jira/browse/MESOS-10171
Repository: mesos
Description (updated)
-------
This patch implements an offer filtering object that supports the
Exists/NotExists offer constraints, and adds it into the allocator
interface.
More constraints will be added to this filter in further patches.
Diffs (updated)
-----
include/mesos/allocator/allocator.hpp c700528e14bb42f6cea37f42dd7b72eb76a1a6b9
src/CMakeLists.txt 4e15e3d99aa2cce2403fe07e762fef2fb4a27dea
src/Makefile.am 447db323875e4cad46000977f4a61600baff8f89
src/master/allocator/mesos/offer_constraints_filter.cpp PRE-CREATION
src/master/master.cpp 6a013e334b19bd108791d1c5fd0864c710aae8cb
Diff: https://reviews.apache.org/r/72741/diff/2/
Changes: https://reviews.apache.org/r/72741/diff/1-2/
Testing
-------
Thanks,
Andrei Sekretenko
|