----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70716/ -----------------------------------------------------------
(Updated May 29, 2019, 9:48 a.m.) Review request for mesos, Andrei Sekretenko and Benjamin Mahler. Changes ------- Added a helper `getLimits` to look up quota limits of a given role. Repository: mesos Description (updated) ------- Currently, resource quota acts as both guarantees and limits. This patch adds a field `quotaLimits` in the role struct. This paves the way for enforcing guarantees and limits separately in the allocator. Also added a helper `getLimits` to look up quota limits of a given role. Diffs (updated) ----- src/master/allocator/mesos/hierarchical.hpp 71a9656fb934bf9ac58e3165254ea49cb09efa8b src/master/allocator/mesos/hierarchical.cpp 40c8363afddccdd5275ca06318a8cc2cc6fa21af Diff: https://reviews.apache.org/r/70716/diff/3/ Changes: https://reviews.apache.org/r/70716/diff/2-3/ Testing ------- make check Thanks, Meng Zhu
