On Aug 31, 2015, at 11:54 AM, Scott Rankin <[email protected]> wrote: > > tag=mesos-slave[12858]: F0831 09:37:29.838184 12898 slave.cpp:3354] > CHECK_SOME(os::touch(path)): Failed to open file: No such file or directory
I reported a similar bug a while back: https://issues.apache.org/jira/browse/MESOS-2684 This seems to be a class of bugs where some filesystem operations which may fail for unforeseen reasons are written as assertions which crash the process, rather than failing only the task and communicating back the error reason.

