You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joris Van Remoortere (JIRA)" <ji...@apache.org> on 2016/03/30 20:29:25 UTC

[jira] [Updated] (MESOS-5044) Temporary directories created by environment->mkdtemp cleanup can be problematic.

     [ https://issues.apache.org/jira/browse/MESOS-5044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joris Van Remoortere updated MESOS-5044:
----------------------------------------
           Sprint: Mesosphere Sprint 32
     Story Points: 1
           Labels: mesosphere  (was: )
    Fix Version/s: 0.29.0

> Temporary directories created by environment->mkdtemp cleanup can be problematic.
> ---------------------------------------------------------------------------------
>
>                 Key: MESOS-5044
>                 URL: https://issues.apache.org/jira/browse/MESOS-5044
>             Project: Mesos
>          Issue Type: Improvement
>          Components: test
>            Reporter: Gilbert Song
>            Assignee: Joris Van Remoortere
>              Labels: mesosphere
>             Fix For: 0.29.0
>
>
> Currently in mesos test, we have the temporary directories created by `environment->mkdtemp()` cleaned up until the end of the test suite, which can be problematic. For instance, if we have many tests in a test suite, each of those tests is performing large size disk read/write in its temp dir, which may lead to out of disk issue on some resource limited machines. 
> We should have these temp dir created by `environment->mkdtemp` cleaned up during each test teardown. Currently we only clean up the sandbox for each test.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)