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

(Updated April 15, 2014, 9:51 a.m.)


Review request for mesos, Ian Downes and Vinod Kone.


Changes
-------

Changed hard CHECK() to extended test which gracefully garbage collects and 
exits.


Repository: mesos-git


Description
-------

This patch let executor recovery recover runs in the absence of
executor info.  This is needed as new task-info patch will introduce
an intermediate state where the executor info hasn't been check
pointed. In this interim, the slave may fail-over and should be in a
position to clean up orphan containers (as for now, the containerizer
API doesn't provide a way to reconcile the executor info and it is
therefore not possible to recover the containers in this case).


Diffs (updated)
-----

  src/slave/slave.cpp 19c5f0d 
  src/slave/state.cpp a2af33c 

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


Testing
-------

make check and tested with task-info patch and new launch test.


Thanks,

Niklas Nielsen

Reply via email to