----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66861/ -----------------------------------------------------------
(Updated May 9, 2018, 7:32 p.m.) Review request for mesos, Benjamin Mahler, Gaston Kleiman, Gilbert Song, and Vinod Kone. Changes ------- Made use of the new common helpers. 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 1000968be6a2935a4cac571414d7f06d7df7acf0 src/master/allocator/mesos/metrics.hpp 6d386225c301d5ab44f3cc0ecdd1478fb5162e5b src/master/allocator/mesos/metrics.cpp 5194f5b3b3f507b36f02300775230157db3dd477 Diff: https://reviews.apache.org/r/66861/diff/3/ Changes: https://reviews.apache.org/r/66861/diff/2-3/ Testing ------- Thanks, Greg Mann
