-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46723/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-5181
https://issues.apache.org/jira/browse/MESOS-5181
Repository: mesos
Description
-------
This change adds logic to send the framework an error message
if the master receives a call from the framework after it has
disconnected. Since driver based frameworks don't receive
heartbeats from the master. There is no way for them to detect
this unless a new master is detected that eventually triggers
re-registration.
Diffs
-----
src/master/master.cpp ff41da3d077b65b44277e1bbae88c61b7bb88a3d
Diff: https://reviews.apache.org/r/46723/diff/
Testing
-------
Added test in r46724
Thanks,
Anand Mazumdar