-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34970/
-----------------------------------------------------------
Review request for mesos, Jie Yu and Vinod Kone.
Bugs: MESOS-2655
https://issues.apache.org/jira/browse/MESOS-2655
Repository: mesos
Description
-------
Based on a flag, this framework oversubscribes a particular resource.
Currently, only `--oversubscribed_resource=cpus` is supported, which launches
tasks that consume revocable cpus using a tight while loop in the shell.
Diffs
-----
src/Makefile.am a5a7306b1ef65ca2b643653779ab76c26dbb5c90
src/examples/oversubscribing_framework.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/34970/diff/
Testing
-------
Since we do not have an non-zero estimator yet, I modified the slave to send
revocable resources in order to manually test this.
Thanks,
Ben Mahler