You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Jay Guo <gu...@gmail.com> on 2017/05/09 09:50:09 UTC

Review Request 59089: Changed hierarchical allocator to use QuotaTree.

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

Review request for mesos, Benjamin Mahler, Michael Park, and Neil Conway.


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


Repository: mesos


Description
-------

Changed hierarchical allocator to use QuotaTree to keep track of
quotas instead of using hashmap. This allows us to correctly
account hierarchical quota, see MESOS-7402.


Diffs
-----

  src/master/allocator/mesos/hierarchical.hpp 123f97cf495bff0f822838e09df0d88818f04da6 
  src/master/allocator/mesos/hierarchical.cpp b75ed9a20a9a42f958cebbacd91e5e15b0d21394 


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


Testing
-------


Thanks,

Jay Guo