Return-Path: X-Original-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10FE29F25 for ; Thu, 3 May 2012 19:50:26 +0000 (UTC) Received: (qmail 9832 invoked by uid 500); 3 May 2012 19:50:26 -0000 Delivered-To: apmail-incubator-mesos-dev-archive@incubator.apache.org Received: (qmail 9808 invoked by uid 500); 3 May 2012 19:50:25 -0000 Mailing-List: contact mesos-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mesos-dev@incubator.apache.org Delivered-To: mailing list mesos-dev@incubator.apache.org Received: (qmail 9797 invoked by uid 99); 3 May 2012 19:50:25 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2012 19:50:25 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 843AF1C018F; Thu, 3 May 2012 19:50:24 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============9105811260999512911==" MIME-Version: 1.0 Subject: Re: Review Request: Added "state" abstraction, including implementations using leveldb and ZooKeeper. From: "Benjamin Hindman" To: "Vinod Kone" , "John Sirois" Date: Thu, 03 May 2012 19:50:24 -0000 Message-ID: <20120503195024.19257.24018@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org X-ReviewRequest-URL: https://reviews.apache.org/r/4981/ Cc: "mesos" , "Benjamin Hindman" In-Reply-To: <20120502233133.19285.6159@reviews.apache.org> References: <20120502233133.19285.6159@reviews.apache.org> --===============9105811260999512911== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4981/ ----------------------------------------------------------- (Updated 2012-05-03 19:50:24.471312) Review request for mesos, John Sirois and Vinod Kone. Changes ------- Updated diff (includes ZooKeeper implementation and tests). Summary (updated) ------- This is the beginning of a the components for saving "state" information, i= ncluding what slaves are connected, what frameworks are running, etc. I'll = be adding a ZooKeeperState implementation soon, and the master and it's com= ponents will use it to save state in a distributed way. Diffs (updated) ----- src/messages/state.proto PRE-CREATION = src/state/leveldb.cpp PRE-CREATION = src/state/state.hpp PRE-CREATION = src/state/zookeeper.cpp PRE-CREATION = src/messages/state.hpp PRE-CREATION = src/Makefile.am cd503a8 = src/tests/state_tests.cpp PRE-CREATION = src/zookeeper/group.cpp da2e147 = Diff: https://reviews.apache.org/r/4981/diff Testing ------- make check Thanks, Benjamin --===============9105811260999512911==--