-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44274/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-4029
https://issues.apache.org/jira/browse/MESOS-4029
Repository: mesos
Description
-------
This change adds the ability to stop running the scheduler library
process so that no future callbacks are delivered to the scheduler.
This helps us during testing to ensure no further callbacks happen
to stack allocated mock objects.
Diffs
-----
include/mesos/v1/scheduler.hpp a0fb73be2178171497dcce5c497ca38c3002f667
src/scheduler/scheduler.cpp 7ea1c2567f37a73160bca346a25bb2f0c54e71a0
Diff: https://reviews.apache.org/r/44274/diff/
Testing
-------
make check. This is used later in the chain when we move the interface to use
the `stop()` function.
Thanks,
Anand Mazumdar