Yan Xu created MESOS-7194:
-----------------------------
Summary: Avoid defaulting to /tmp for all mesos flags.
Key: MESOS-7194
URL: https://issues.apache.org/jira/browse/MESOS-7194
Project: Mesos
Issue Type: Bug
Reporter: Yan Xu
We used to have {{--work_dir}} default to somewhere under {{/tmp}} and changed
it due to the unpredictable {{/tmp}} behavior MESOS-5064. But the truth is that
the same is true for many/most of our filesystem state. We don't expect files
to go missing. We should have a default that's not {{/tmp}}, either by
requiring a flag to be specified as the root for all of Mesos' default
filesystem state or at the minimum we should prefer {{/var/tmp}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)