----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33918/ -----------------------------------------------------------
(Updated May 13, 2015, 12:23 a.m.) Review request for mesos, Ben Mahler, Joris Van Remoortere, Niklas Nielsen, and Vinod Kone. Changes ------- Updated the comments according to our new discussion. s/MesosResourceEstimator/EmptyResourceEstimator/ per BenM's comments. Bugs: MESOS-2649 https://issues.apache.org/jira/browse/MESOS-2649 Repository: mesos Description ------- Added resources estimator abstraction for oversubscription. This patch defines the interface of the resources estimator and creates a default stub implementation. Diffs (updated) ----- include/mesos/slave/resource_estimator.hpp PRE-CREATION src/Makefile.am 14bc976a7b6a656fb58085484d25c3de3cf0f693 src/slave/resource_estimator.hpp PRE-CREATION src/slave/resource_estimator.cpp PRE-CREATION Diff: https://reviews.apache.org/r/33918/diff/ Testing ------- make check Thanks, Jie Yu