-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46407/
-----------------------------------------------------------
Review request for mesos, Greg Mann, Artem Harutyunyan, Kevin Klues, and Vinod
Kone.
Bugs: MESOS-5174
https://issues.apache.org/jira/browse/MESOS-5174
Repository: mesos
Description
-------
Fixes the logic in the example `balloon-executor` to work in cases not
exercised by the `ROOT_CGROUPS_BalloonFramework` test.
* The "task" logic was moved into a separate thread. This fixes the
case where the balloon executor does not exceed the memory limit.
(i.e. by Unblocking the driver's thread while sending status updates.)
* Changed log messages to use glog.
* Added logic to prevent multiple task launches with the same executor.
Diffs
-----
src/examples/balloon_executor.cpp 108ebd9afec5b2d592ffbe5c150a9271f1899f2c
Diff: https://reviews.apache.org/r/46407/diff/
Testing
-------
See next review in this chain.
Thanks,
Joseph Wu