You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Anindya Sinha <an...@apple.com> on 2017/02/27 20:18:03 UTC

Re: Review Request 53839: Added a metric in the master to track sending of previous offer.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53839/
-----------------------------------------------------------

(Updated Feb. 27, 2017, 8:18 p.m.)


Review request for mesos and Jiang Yan Xu.


Bugs: MESOS-6579
    https://issues.apache.org/jira/browse/MESOS-6579


Repository: mesos


Description
-------

Added a metric 'master/last_offer_secs_since' which indicates how long
back did the master sent the last offer to any framework. This metric
is in seconds. If no offer has been sent by the master, it has a
value of -1.


Diffs (updated)
-----

  src/master/master.hpp 764adb18ddf09b62529c5c96f8e4dfaf7803483e 
  src/master/master.cpp 2ef836536784d5fda23c80dc2304239b176a8942 
  src/master/metrics.hpp f701efec0a82d6ba72b2414f739fcd1cd7ee2491 
  src/master/metrics.cpp 646041d53642d6c25c3ea735bd9c87784374084f 
  src/tests/master_tests.cpp 357a9a47ef87be6cbc4256d8afabe63cd41b1ea1 

Diff: https://reviews.apache.org/r/53839/diff/


Testing
-------

Tests passed.


Thanks,

Anindya Sinha