Lukas is just rebuilding the packages, so should be updated shortly. Joerg
On Thu, Mar 26, 2015 at 4:31 PM, Jeff Schroeder <[email protected]> wrote: > On Thursday, March 26, 2015, Joerg Schad <[email protected]> wrote: > >> Dear Mesos Users, >> I just wanted to point out a solved issue ( >> https://issues.apache.org/jira/browse/MESOS-2419) where the *systemd* >> default behaviour prevents tasks from recovering. >> >> The problem is that the default KillMode for systemd processes is >> *cgroup* ( >> http://www.freedesktop.org/software/systemd/man/systemd.kill.html) and >> hence all child processes are killed when the slave stops. >> Explicitly setting the KillMode to *process* allows the executors to >> survive and reconnect. >> >> Feel free to check our configuration at: >> https://github.com/mesosphere/mesos-deb-packaging/blob/master/systemd/slave.systemd >> > > Thanks for the heads up! Will the RHEL7 packages be updated in the > mesosphere repository to account for this? > > > -- > Text by Jeff, typos by iPhone >

