Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.20.0
-
None
-
Q3 Sprint 1, Q3 Sprint 2, Q3 Sprint 3, Q3 Sprint 4, Mesos Q3 Sprint 5, Mesos Q3 Sprint 6, Twitter Q4 Sprint 1, Twitter Mesos Q4 Sprint 2
-
3
Description
Ideally, tasks should not write outside their sandbox (executor work directory) but pragmatically they may need to write to /tmp, /var/tmp, or some other directory.
1) We should include any such files in disk usage and quota.
2) We should make these "shared" directories private, i.e., each container has their own.
3) We should make the lifetime of any such files the same as the executor work directory.
Attachments
Issue Links
- is duplicated by
-
MESOS-1206 Use per container tmp directory with same lifetime as sandbox dir.
- Resolved