-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45604/
-----------------------------------------------------------
(Updated June 6, 2016, 4:55 p.m.)
Review request for mesos, Greg Mann, Artem Harutyunyan, Kevin Klues, and Vinod
Kone.
Changes
-------
Split off a few bits of this review into /r/48299/.
Summary (updated)
-----------------
Updated balloon framework code with flags and better resource math.
Bugs: MESOS-5174
https://issues.apache.org/jira/browse/MESOS-5174
Repository: mesos
Description (updated)
-------
This gives the example `balloon-framework` enough options to run
outside of the build environment:
* Adds an option for restricting the number of resources per task
(otherwise, it will eat up an entire node).
* Adds an option for persisting the framework and launching one task
after another.
* Adds filters for declined offers.
Diffs (updated)
-----
src/examples/balloon_framework.cpp 739fb504e93154bf032b4c621151fa3c99b60037
src/tests/balloon_framework_test.sh a242f6cb9ca1850e5fef90e0938f41044bdaddbf
Diff: https://reviews.apache.org/r/45604/diff/
Testing
-------
```
make check
sudo bin/mesos-tests.sh --gtest_filter="*ROOT_CGROUPS_BalloonFramework"
```
Thanks,
Joseph Wu