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

(Updated Feb. 6, 2015, 10:39 p.m.)


Review request for mesos, Adam B, Benjamin Hindman, Till Toenshoff, and Timothy 
Chen.


Changes
-------

Addressed all these issues :-) Rebased.


Bugs: MESOS-2069
    https://issues.apache.org/jira/browse/MESOS-2069


Repository: mesos


Description
-------

Extends the fetcher info protobuf with "actions" (fetch directly, through 
cache, retrieve from cache). Switches the basis for dealing with uris to 
"items", which contain the uri, the action, and potentially and cache file 
name. Refactors fetch() and run(), so there is only one of each. Introduces 
about half of the actual cache logic, including a hashmap of cache file objects 
for bookkeeping and basic operations on it. 


Diffs (updated)
-----

  include/mesos/fetcher/fetcher.proto facb87b92bf3194516f636dcc348e136af537721 
  include/mesos/mesos.proto 3a2921dff856d37455593dcbf7340aa537997d35 
  src/launcher/fetcher.cpp 5b2d86d1867b25bf71461fd73df91b089002325b 
  src/slave/containerizer/fetcher.hpp bfd98dbe16e2bd5df3e2c8e9b10e303654f33446 
  src/slave/containerizer/fetcher.cpp 6e6bce08d76bb8a5813c905e3ffeff9b2411fd6d 

Diff: https://reviews.apache.org/r/30037/diff/


Testing
-------

make check


Thanks,

Bernd Mathiske

Reply via email to