[
https://issues.apache.org/jira/browse/MESOS-3689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joerg Schad updated MESOS-3689:
-------------------------------
Description:
In certain cases when fetching archive files we would not like to keep the
archive file around.
was:
having the option of deteting or keeping the file in cache after by-passing the
cache for that file. 3 files have been changed:
1) fetcher.proto
BYPASS_CACHE = 0;
-->
BYPASS_KEEP_CACHE = 0;
BYPASS_REMOVE_CACHE = 3;
2)fetcher.cpp
fetch function and fetchBypassingCache function
> Have a choice whether to delete the archive after extraction bypassing the
> cache.
> ---------------------------------------------------------------------------------
>
> Key: MESOS-3689
> URL: https://issues.apache.org/jira/browse/MESOS-3689
> Project: Mesos
> Issue Type: Improvement
> Reporter: Soheila Dehghanzadeh
> Assignee: Soheila Dehghanzadeh
>
> In certain cases when fetching archive files we would not like to keep the
> archive file around.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)