-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22923/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Ben Mahler.
Bugs: MESOS-1534
https://issues.apache.org/jira/browse/MESOS-1534
Repository: mesos-git
Description
-------
Without this fix, Mesos tests that have assert failures get deadlocked on
~MesosSchedulerDriver() (because driver.stop() is not called) waiting forever
for the scheduler process to exit. This causes the tests to never exit.
Diffs
-----
src/sched/sched.cpp 869f50a605a6a3d004609443b4c47d8b3a40d23c
Diff: https://reviews.apache.org/r/22923/diff/
Testing
-------
make check
Thanks,
Vinod Kone