----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66861/ -----------------------------------------------------------
(Updated July 3, 2018, 9:33 p.m.) Review request for mesos, Benjamin Mahler, Gastón Kleiman, Gilbert Song, and Vinod Kone. Repository: mesos Description ------- During each allocation cycle, the allocator re-sorts roles and frameworks for each agent in the cluster. This means that for each agent there exists a total order of (role, framework) tuples. This patch adds per-framework, per-role metrics which track the minimum and maximum positions attained by the framework in this sorting process, from the most recent allocation cycle. Diffs (updated) ----- src/master/allocator/mesos/hierarchical.cpp 5a6cd3d2fc5bdbaaee2d05b9be9e83d4107c749b src/master/allocator/mesos/metrics.hpp 6d386225c301d5ab44f3cc0ecdd1478fb5162e5b src/master/allocator/mesos/metrics.cpp 82990b2dc0b827a43a392d898667eaf58c77ea36 Diff: https://reviews.apache.org/r/66861/diff/4/ Changes: https://reviews.apache.org/r/66861/diff/3-4/ Testing (updated) ------- Testing details can be found at the end of this chain. Thanks, Greg Mann
