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 D27D310BDF for ; Thu, 6 Jun 2013 20:40:36 +0000 (UTC) Received: (qmail 3626 invoked by uid 500); 6 Jun 2013 20:40:36 -0000 Delivered-To: apmail-incubator-mesos-dev-archive@incubator.apache.org Received: (qmail 3594 invoked by uid 500); 6 Jun 2013 20:40:36 -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 3583 invoked by uid 99); 6 Jun 2013 20:40:36 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 20:40:36 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 29E4E1CC951; Thu, 6 Jun 2013 20:40:30 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0104560060257413035==" MIME-Version: 1.0 Subject: Re: Review Request: Fixed master to properly do task reconciliation when slave re-registers. From: "Vinod Kone" To: "Benjamin Hindman" , "Ben Mahler" Cc: "mesos" , "Vinod Kone" Date: Thu, 06 Jun 2013 20:40:30 -0000 Message-ID: <20130606204030.22886.54119@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Vinod Kone" X-ReviewGroup: mesos X-ReviewRequest-URL: https://reviews.apache.org/r/11229/ X-Sender: "Vinod Kone" References: <20130604212857.22853.69608@reviews.apache.org> In-Reply-To: <20130604212857.22853.69608@reviews.apache.org> Reply-To: "Vinod Kone" --===============0104560060257413035== 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/11229/ ----------------------------------------------------------- (Updated June 6, 2013, 8:40 p.m.) Review request for mesos, Benjamin Hindman and Ben Mahler. Changes ------- slave no longer need to send updates when re-registering. Description ------- Reopened the discarded review (includes refactor of task reconciliation) to= fix task reconciliation. This addresses bug MESOS-447. https://issues.apache.org/jira/browse/MESOS-447 Diffs (updated) ----- src/master/master.hpp 8e7b74cccf46bea8dd5cb8543bf083aed64d370a = src/master/master.cpp a2e4b905f1ef5c00560917c133b27ac978988807 = src/slave/slave.hpp 26dc96e5f2fdc0711fc49a9ea80b7f037bf93c29 = src/slave/slave.cpp 8ce1646f2f804bc8dc20506d11078191f0274654 = src/tests/fault_tolerance_tests.cpp ef570b7e4b61df5e452628a5ea7c75888a079= 7ec = Diff: https://reviews.apache.org/r/11229/diff/ Testing ------- make check Thanks, Vinod Kone --===============0104560060257413035==--