-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48303/
-----------------------------------------------------------
(Updated June 9, 2016, 4:53 p.m.)
Review request for mesos, Greg Mann, Artem Harutyunyan, Kevin Klues, and Vinod
Kone.
Changes
-------
Addressed comments.
Bugs: MESOS-5174
https://issues.apache.org/jira/browse/MESOS-5174
Repository: mesos
Description
-------
Adds a `BalloonSchedulerProcess` which holds a subset of the `Scheduler`
class's methods. The `BalloonScheduler` dispatches to the process
when for non-logging business logic. This also opens up the balloon
framework for libprocess metrics.
Diffs (updated)
-----
src/examples/balloon_framework.cpp 739fb504e93154bf032b4c621151fa3c99b60037
Diff: https://reviews.apache.org/r/48303/diff/
Testing
-------
make check
Thanks,
Joseph Wu