-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40379/
-----------------------------------------------------------
(Updated Nov. 25, 2015, 2:35 p.m.)
Review request for mesos and Guangya Liu.
Changes
-------
Mark as ready for review, one open discussion is here: whether this path is
necessary?
1. Unnecessary because Resources keep the compatibility of unset
RevocableInfo::type & USAGE_SLACK
2. Necessary because we'd like to introduce USAGE_SLACK & ALLOCATION_SLACK, and
deprecate unset RevocableInfo::type
Summary (updated)
-----------------
MESOS-3930: Set resource type as USAGE_SLACK for Oversubscription
Bugs: MESOS-3930
https://issues.apache.org/jira/browse/MESOS-3930
Repository: mesos
Description
-------
In Optimistic Offer Phase 1, it introduce `RevocableInfo::type`: USAGE_SLACK
for Oversubscription and ALLOCATION_SLACK for Optimistic Offer. Slave helps to
update `RevocableInfo::type` for Oversubscription.
Diffs
-----
src/slave/slave.cpp 9055f2a
Diff: https://reviews.apache.org/r/40379/diff/
Testing
-------
make (make check is on-going)
Thanks,
Klaus Ma