On Wed, Jul 8, 2015 at 10:54 AM, Tom Arnfeld <[email protected]> wrote:

> When this happens the old slave directories appear not to be tracked by
> the mesos GC process, and stay around indefinitely. Over time if enough
> full slave restarts happen (say, due to reconfiguration) the disks can be
> completely filled and the mesos slave won't do anything about it.
>

This shouldn't happen. Old slave directories should be gc'ed by the slave
based on their last modification time
<https://github.com/apache/mesos/blob/master/src/slave/slave.cpp#L4059>. Do
you see any log lines with  "Garbage collecting old slave" ?

Reply via email to