When framework dies prematurly it should be restated and perform reconciliation. If shutdown is desired it should explicitly deregister.
For a quick fix you may configure failover_timeout. It is a time to wait for a framework to re-register after fail. After this time tasks will be killed. http://mesos.apache.org/documentation/latest/high-availability-framework-guide/ czw., 20.07.2017, 00:55 użytkownik Chawla,Sumit <[email protected]> napisał: > We are using mesos 0.27 to launch Pyspark jobs. > > These jobs start docker containers to do the processing. Whenever the > mesos framework dies prematurely, the docker containers are left running on > the machine leading to space and memory issues overtime. I am looking for a > solution on how can we get notified on framework shutdown so that we can do > proper cleanup of resources. > > > Regards > Sumit Chawla > >

