Return-Path: X-Original-To: apmail-mesos-dev-archive@www.apache.org Delivered-To: apmail-mesos-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44A611105B for ; Wed, 2 Apr 2014 01:45:12 +0000 (UTC) Received: (qmail 58377 invoked by uid 500); 2 Apr 2014 01:45:10 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 58272 invoked by uid 500); 2 Apr 2014 01:45:09 -0000 Mailing-List: contact dev-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list dev@mesos.apache.org Received: (qmail 58261 invoked by uid 99); 2 Apr 2014 01:45:09 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 01:45:09 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id DD60E1D5CB8; Wed, 2 Apr 2014 01:45:05 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============5210937013221243924==" MIME-Version: 1.0 Subject: Re: Review Request 19795: Changed Executor::info to executor info future. From: "Niklas Nielsen" To: "Vinod Kone" , "Ian Downes" Cc: "Niklas Nielsen" , "mesos" Date: Wed, 02 Apr 2014 01:45:05 -0000 Message-ID: <20140402014505.16750.6764@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Niklas Nielsen" X-ReviewGroup: mesos X-ReviewRequest-URL: https://reviews.apache.org/r/19795/ X-Sender: "Niklas Nielsen" References: <20140401184532.28608.67939@reviews.apache.org> In-Reply-To: <20140401184532.28608.67939@reviews.apache.org> Reply-To: "Niklas Nielsen" X-ReviewRequest-Repository: mesos-git --===============5210937013221243924== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19795/ ----------------------------------------------------------- (Updated April 1, 2014, 6:45 p.m.) Review request for mesos, Ian Downes and Vinod Kone. Bugs: MESOS-922 https://issues.apache.org/jira/browse/MESOS-922 Repository: mesos-git Description ------- This is the 2nd part of the task-info patch split (https://reviews.apache.org/r/18403/) and changes Executor::info to an executor info future. This is motivated by delegating executor info creation/choice to the containerizer to address new container/executor scenarios (https://issues.apache.org/jira/browse/MESOS-922). This patch use the new Executor::info and introduces new continuations to deal with launching containers i.e. executor infos are to be determined. Diffs (updated) ----- src/slave/http.cpp 594032d src/slave/slave.hpp 15e23ce src/slave/slave.cpp a356f5f Diff: https://reviews.apache.org/r/19795/diff/ Testing ------- make check Thanks, Niklas Nielsen --===============5210937013221243924==--