You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Soheila Dehghanzadeh (JIRA)" <ji...@apache.org> on 2015/10/09 13:19:26 UTC

[jira] [Updated] (MESOS-3689) Have a choice whether to delete the archive after extraction bypassing the cache.

     [ 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)