----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25207/ -----------------------------------------------------------
Review request for mesos, Dominic Hamon and Vinod Kone. Bugs: MESOS-1749 https://issues.apache.org/jira/browse/MESOS-1749 Repository: mesos-git Description ------- The bug was introduced when we did the merge of resourcesUnused and resourcesRecovered (https://reviews.apache.org/r/24331/) I causes bugs like MESOS-1749. So should not create a filter if 'filters' is None(). But right now, we always install a filter no matter what! Diffs ----- src/master/hierarchical_allocator_process.hpp 34f8cd658920b36b1062bd3b7f6bfbd1bcb6bb52 Diff: https://reviews.apache.org/r/25207/diff/ Testing ------- make check Thanks, Jie Yu