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

(Updated Aug. 19, 2013, 10:48 p.m.)


Review request for mesos.


Changes
-------

Fixed comment & log message.


Repository: mesos-git


Description (updated)
-------

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 30752d2698931624fdf4aa6e40ef9fc4ec58dc6d 
  src/master/master.cpp d53b8bb97da45834790cca6e04b70b969a8d3453 
  src/slave/slave.cpp 92a0a7edb46eb3525e193c81129291e405cebaad 

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


Testing
-------

make check


Thanks,

Brenden Matthews

Reply via email to