[ https://issues.apache.org/jira/browse/MESOS-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Mahler resolved MESOS-1551. ------------------------------------ Resolution: Fixed {noformat} commit 1ce8d31fda545d69aea0637107f507c2b512adc9 Author: Benjamin Mahler <bmah...@twitter.com> Date: Mon Jun 23 11:52:58 2014 -0700 Ensured the master's work directory is created during start up. {noformat} > Master does not create work directory when missing. > --------------------------------------------------- > > Key: MESOS-1551 > URL: https://issues.apache.org/jira/browse/MESOS-1551 > Project: Mesos > Issue Type: Bug > Components: master > Affects Versions: 0.19.0 > Reporter: Benjamin Mahler > Assignee: Benjamin Mahler > Fix For: 0.19.1 > > > When the master's {{\-\-work_dir}} is specified but does not exist on the > filesystem, the master will crash as follows: > {noformat} > F0627 01:45:09.701522 1979613968 replica.cpp:721] CHECK_SOME(state): IO > error: ~/work_dir/replicated_log/LOCK: No such file or directoryFailed to > recover the log > {noformat} > The master should at the very least exit nicely, or even better create the > work directory if it does not exist. -- This message was sent by Atlassian JIRA (v6.2#6252)