-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29437/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-999
https://issues.apache.org/jira/browse/MESOS-999
Repository: mesos-git
Description
-------
As part of this bug fix, I have trigerred the executor registration timeout
timer asychronously,
when the onReady() callback is made for the container's future object, instead
of starting the
timer synchronously when the launchExecutor() method of the Framework class is
invoked.
Diffs
-----
src/slave/slave.hpp 70bd8c1fde4ea09fa54c76aa93424a1adb0309f6
src/slave/slave.cpp 50b57819b55bdcdb9f49f20648199badc4d3f37b
Diff: https://reviews.apache.org/r/29437/diff/
Testing
-------
make check succeeds.
Thanks,
Nishant Suneja