-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15745/
-----------------------------------------------------------

Review request for mesos and Niklas Nielsen.


Repository: mesos-git


Description
-------

Fixed task reconciliation for lost tasks.

If a slave is known but the task cannot be found, we should assume that
the task has been lost.  It's possible that the following events
occurred:

 1) Framework disconnected from master
 2) Master terminated framework's tasks
 3) Framework reconnects to master, and (incorrectly) assumes tasks are
 still running


Diffs
-----

  src/master/master.cpp a08d01208ff7bbb878b2d50d8406efee4de86171 

Diff: https://reviews.apache.org/r/15745/diff/


Testing
-------

`make check` & tested in staging cluster.


Thanks,

Brenden Matthews

Reply via email to