-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52534/
-----------------------------------------------------------
(Updated Jan. 27, 2017, 2:34 a.m.)
Review request for mesos, Alexander Rukletsov, Benjamin Mahler, and Jiang Yan
Xu.
Bugs: MESOS-6904
https://issues.apache.org/jira/browse/MESOS-6904
Repository: mesos
Description
-------
- With an asynchronous `batch()` allocation,
this ensures that filters do not expire
before the next allocation.
- This patch should be reverted when allocation
occurs on resource recovery.
Diffs (updated)
-----
src/master/allocator/mesos/hierarchical.hpp
9b66c23f26b37c02ed850c06c4518ea99078b02d
src/master/allocator/mesos/hierarchical.cpp
c2211be7458755aeb91ef078e4bfe92ac474044a
Diff: https://reviews.apache.org/r/52534/diff/
Testing
-------
With https://reviews.apache.org/r/51027/:
GTEST_FILTER="-*SmallOfferFilter*" make check -j8
Thanks,
Jacob Janco