You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Andrei Sekretenko <as...@mesosphere.io> on 2019/06/29 12:47:47 UTC

Review Request 70975: Refactored updateFramework() method of the hierarchial allocator.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70975/
-----------------------------------------------------------

Review request for mesos, Benjamin Mahler and Meng Zhu.


Bugs: MESOS-9870
    https://issues.apache.org/jira/browse/MESOS-9870


Repository: mesos


Description
-------

This patch replaces handwritten set differences with a set difference
operator from stout (based on std::set_difference) and renames role
subsets according to allocator state updates performed for each subset.


Diffs
-----

  src/master/allocator/mesos/hierarchical.cpp 26aad6778f12b99bb87c846788d6b6d60f743d8a 


Diff: https://reviews.apache.org/r/70975/diff/1/


Testing
-------

make check


Thanks,

Andrei Sekretenko