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

Review request for mesos and Vinod Kone.


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


Repository: mesos


Description
-------

Previously, the default executor used to crash with a failed assertion
when the executor library injected a shutdown event when it noticed
a disconnection with the agent for non-checkpointed frameworks and
upon recovery timeout for checkpointed frameworks. This change
modifies it to commit suicide minus the failed assertion.


Diffs
-----

  src/launcher/default_executor.cpp 2454bd7df608254af72af01460782f5ab78a19c1 

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


Testing
-------

Manual testing (It's hard to test this directly owing to the executor library 
immediately invoking the `connected()` callback since the libprocess instance 
initialized in tests is always active!)

Filed MESOS-6373 to address this.


Thanks,

Anand Mazumdar

Reply via email to