Return-Path: X-Original-To: apmail-mesos-reviews-archive@minotaur.apache.org Delivered-To: apmail-mesos-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C115189C8 for ; Wed, 3 Feb 2016 01:31:25 +0000 (UTC) Received: (qmail 92054 invoked by uid 500); 3 Feb 2016 01:31:25 -0000 Delivered-To: apmail-mesos-reviews-archive@mesos.apache.org Received: (qmail 92020 invoked by uid 500); 3 Feb 2016 01:31:25 -0000 Mailing-List: contact reviews-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@mesos.apache.org Delivered-To: mailing list reviews@mesos.apache.org Received: (qmail 92005 invoked by uid 99); 3 Feb 2016 01:31:25 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 01:31:25 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id DE88C299DA2; Wed, 3 Feb 2016 01:31:24 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7547164261652728571==" MIME-Version: 1.0 Subject: Review Request 43127: Introduced Appc image cache. From: Jojy Varghese To: Jie Yu Cc: Jojy Varghese , mesos Date: Wed, 03 Feb 2016 01:31:24 -0000 Message-ID: <20160203013124.1670.17331@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Jojy Varghese X-ReviewGroup: mesos X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/43127/ X-Sender: Jojy Varghese X-ReviewBoard-Diff-For: src/slave/containerizer/mesos/provisioner/appc/cache.hpp X-ReviewBoard-Diff-For: src/slave/containerizer/mesos/provisioner/appc/cache.cpp Reply-To: Jojy Varghese X-ReviewRequest-Repository: mesos --===============7547164261652728571== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43127/ ----------------------------------------------------------- Review request for mesos and Jie Yu. Bugs: MESOS-4439 and MESOS-4575 https://issues.apache.org/jira/browse/MESOS-4439 https://issues.apache.org/jira/browse/MESOS-4575 Repository: mesos Description ------- Image cache will cache metadata about all Appc images stores in the store's image directory. This cache could be useful to: - Quickly query if an image is present in the store. - By sharing the cache with other components like fetcher, an image can be checked if its present before fetching it. Diffs ----- src/slave/containerizer/mesos/provisioner/appc/cache.hpp PRE-CREATION src/slave/containerizer/mesos/provisioner/appc/cache.cpp PRE-CREATION src/slave/containerizer/mesos/provisioner/appc/store.cpp 73c4df858a70da3d4cc4a1cb15092165f6ff8fe4 src/tests/containerizer/provisioner_appc_tests.cpp e3d08d9e49df93d5290099c8bfd917f60c93e51b Diff: https://reviews.apache.org/r/43127/diff/ Testing ------- make check. Thanks, Jojy Varghese --===============7547164261652728571==--