-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65665/
-----------------------------------------------------------
(Updated March 9, 2018, 10:55 p.m.)
Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht.
Changes
-------
Rebased.
Bugs: MESOS-8383
https://issues.apache.org/jira/browse/MESOS-8383
Repository: mesos
Description
-------
This patch adds `operations_pending`, `operations_finished`,
`operations_failed`, `operations_error` (currently unused), and
`operations_dropped` metrics to count the occurances of these operation
states.
Additionally, An error log in `_applyOperation()` is removed because the
error is already logged at the call site.
Diffs (updated)
-----
src/resource_provider/storage/provider.cpp bb19ed4b6b1b8f5f6b327461a737517497c8c38e
Diff: https://reviews.apache.org/r/65665/diff/2/
Changes: https://reviews.apache.org/r/65665/diff/1-2/
Testing
-------
sudo make check
A unit test is added in the next patch in chain.
Thanks,
Chun-Hung Hsiao
|