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

(Updated Aug. 26, 2013, 10:38 p.m.)


Review request for mesos.


Changes
-------

I was returning the 1-minute load average, rather than the 5-minute load 
average.


Repository: mesos-git


Description
-------

Added a slave load hint for scheduler sorting.

With this change, the offers will include a slave load hint based on the
5 minute load average for that slave (returned from getloadavg()).
Frameworks can use this hint to select among otherwise similar offers,
as an optimization.

Review: https://reviews.apache.org/r/13675


Diffs (updated)
-----

  include/mesos/mesos.proto bbf1d31a8a51c58d7118a0d61f24e47f7b6f1b11 
  src/master/master.hpp 6bd899894e7b0cd5178d52f930a60be11f836976 
  src/master/master.cpp dc155ba7225ed194525f6ae2a6b96ca8dbdfa432 
  src/slave/slave.cpp 3e2c6007ca2fbf210a76af376bb5bac5fa32594f 

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


Testing
-------

make check


Thanks,

Brenden Matthews

Reply via email to