-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53841/
-----------------------------------------------------------
(Updated March 7, 2017, 11:41 p.m.)
Review request for mesos and Jiang Yan Xu.
Changes
-------
Track latency of sorts for role and quota sorters when the dirty bit is set
only.
Bugs: MESOS-6579
https://issues.apache.org/jira/browse/MESOS-6579
Repository: mesos
Description (updated)
-------
Following metrics have been added:
a) allocator/mesos/roles/sort_runs: Number of role level sorts.
b) allocator/mesos/roles/sort_run: Latency in role level sorts.
c) allocator/mesos/quotas/sort_runs: Number of quota level sorts.
d) allocator/mesos/quotas/sort_run: Latency in quota level sorts.
Diffs (updated)
-----
src/master/allocator/mesos/hierarchical.hpp
646f66e67d9c6b8c61fc6e6558a1db976a44c126
src/master/allocator/sorter/drf/metrics.hpp
61568cb520826ab59d675824b212e0d3deb63764
src/master/allocator/sorter/drf/metrics.cpp
15aab32db5ca1a7a14080e9bbb7c65283be3ec20
src/master/allocator/sorter/drf/sorter.hpp
76329220e1115c1de7810fb69b943c78c078be59
src/master/allocator/sorter/drf/sorter.cpp
ed54680cecb637931fc344fbcf8fd3b14cc24295
src/tests/hierarchical_allocator_tests.cpp
cdf1f15b7802439b28405ca8f6634ce83e886630
Diff: https://reviews.apache.org/r/53841/diff/3/
Changes: https://reviews.apache.org/r/53841/diff/2-3/
Testing
-------
All tests passed.
Thanks,
Anindya Sinha