[
https://issues.apache.org/jira/browse/MESOS-3689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Soheila Dehghanzadeh updated MESOS-3689:
----------------------------------------
Description:
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
>
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)