+user On Mon, Jan 4, 2016 at 5:13 PM, Zhitao Li <[email protected]> wrote:
> Dear framework owners, > > Scheduler::executorLost() callback will be implemented in the future 0.27 > release. In previous versions, this callback in the scheduler interface > <http://mesos.apache.org/documentation/latest/app-framework-development-guide/> > was > never called. You could use it to perform additional clean up for your > custom executor once 0.27 is released. Note that this callback may not be > reliably delivered. > > Please check your framework can safely handle this newly implemented > callback. > > If you have concerns about this implementation, please let us know asap. > > Jira issue: MESOS-313 <https://issues.apache.org/jira/browse/MESOS-313> > > Review: https://reviews.apache.org/r/40429/ > > Cheers! > > ------ > > Implementor: Zhitao Li ([email protected]) > Shephard: Adam B ([email protected]) > Issue owner: Vinod ([email protected]) >

