> On Jan. 21, 2015, 11:45 a.m., Timothy Chen wrote:
> > src/slave/containerizer/fetcher.cpp, line 283
> > <https://reviews.apache.org/r/30006/diff/2/?file=828185#file828185line283>
> >
> >     Is there anything that expires the cache items?

MESOS-2072: fetcher cache eviction, next week.


> On Jan. 21, 2015, 11:45 a.m., Timothy Chen wrote:
> > src/slave/containerizer/fetcher.cpp, line 222
> > <https://reviews.apache.org/r/30006/diff/2/?file=828185#file828185line222>
> >
> >     Can't you directly bind(&collect, pendingDownloads)?

Don't know how to bind to a tempate, and neither does the compiler. Other ideas?


- Bernd


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30006/#review68985
-----------------------------------------------------------


On Jan. 21, 2015, 2:49 a.m., Bernd Mathiske wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30006/
> -----------------------------------------------------------
> 
> (Updated Jan. 21, 2015, 2:49 a.m.)
> 
> 
> Review request for mesos, Adam B, Benjamin Hindman, and Timothy Chen.
> 
> 
> Bugs: MESOS-2057
>     https://issues.apache.org/jira/browse/MESOS-2057
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Enables reuse of download results in the cache when multiple fetcher runs 
> occur concurrently. Optimizes for minimal number of fetcher runs, between 0 
> and 2, depending on what is in the cache and what can be obtained from 
> concurrent runs by simply waiting for their already initiated downloads for 
> the same content to complete.
> 
> 
> Diffs
> -----
> 
>   src/slave/containerizer/fetcher.hpp 
> 1db0eaf002c8d0eaf4e0391858e61e0912b35829 
>   src/slave/containerizer/fetcher.cpp 
> 5993670f7899233efa1e6acef4b0c7856e32f748 
> 
> Diff: https://reviews.apache.org/r/30006/diff/
> 
> 
> Testing
> -------
> 
> make check, testing whether legacy direct fetching still works, using 
> existing tests. 
> 
> Testing of cache functionality coming in MESOS-2074.
> 
> 
> Thanks,
> 
> Bernd Mathiske
> 
>

Reply via email to