You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Meng Zhu <mz...@mesosphere.io> on 2018/02/28 21:00:12 UTC

Review Request 65821: Made second resource allocation stage burst-able (below limit).

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

Review request for mesos, Benjamin Mahler and Michael Park.


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


Repository: mesos


Description
-------

The second allocation stage was only for non-quota role allocation.
This patch makes the second allocation stage a burst stage for
all roles to get resource allocations above their guarantee but
below limit.


Diffs
-----

  src/master/allocator/mesos/hierarchical.cpp 58aa83ffdb194bbb9bb518a6b77e23fa49d340f4 


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


Testing
-------

make check


Thanks,

Meng Zhu