You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Vinod Kone <vi...@gmail.com> on 2013/08/16 04:32:51 UTC

Re: Review Request 13609: Fixed slave to properly handle queued tasks during recovery and KillTask().

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

(Updated Aug. 16, 2013, 2:32 a.m.)


Review request for mesos, Benjamin Hindman and Ben Mahler.


Changes
-------

benm's. nnfr.


Summary (updated)
-----------------

Fixed slave to properly handle queued tasks during recovery and KillTask().


Bugs: MESOS-646
    https://issues.apache.org/jira/browse/MESOS-646


Repository: mesos-git


Description
-------

Fixed 2 things:

--> Properly handling queued tasks that were not launched.
--> Properly killing executor when it hasn't registered yet.


Diffs (updated)
-----

  src/slave/slave.hpp ef8b64f952b7335b7f20f6c69e49450eecf563ce 
  src/slave/slave.cpp b41f2bd6ec0cdf00b0ff166d5089a984b2707ac2 

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


Testing
-------

make check


Thanks,

Vinod Kone