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 55C4D17568 for ; Wed, 25 Mar 2015 18:48:46 +0000 (UTC) Received: (qmail 27752 invoked by uid 500); 25 Mar 2015 18:48:46 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 27682 invoked by uid 500); 25 Mar 2015 18:48:46 -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 27655 invoked by uid 99); 25 Mar 2015 18:48:45 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2015 18:48:45 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 26CB41D5290; Wed, 25 Mar 2015 18:48:45 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============5361191568040296408==" MIME-Version: 1.0 Subject: Re: Review Request 32139: Add 'Resource::ReservationInfo' protobuf message. From: "Michael Park" To: "Alexander Rukletsov" , "Jie Yu" , "Ben Mahler" Cc: "Michael Park" , "Timothy Chen" , "mesos" Date: Wed, 25 Mar 2015 18:48:45 -0000 Message-ID: <20150325184845.1504.37447@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Michael Park" X-ReviewGroup: mesos X-ReviewRequest-URL: https://reviews.apache.org/r/32139/ X-Sender: "Michael Park" References: <20150324072506.1505.68947@reviews.apache.org> In-Reply-To: <20150324072506.1505.68947@reviews.apache.org> Reply-To: "Michael Park" X-ReviewRequest-Repository: mesos --===============5361191568040296408== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On March 24, 2015, 7:25 a.m., Timothy Chen wrote: > > include/mesos/mesos.proto, line 397 > > > > > > Not sure this is the right place to comment on the valid specifications of both role and reservation. There is a user guide added right? We should refer to that instead. > > Michael Park wrote: > Hm, the user guide doesn't exist in the repo. Maybe we just say something like: "Refer to the reservations user guide for the valid states and transitions of (role, reservation) pair." and add in the links together with the user guide later? It seems weird to refer to a user guide that doesn't exist yet. I'll add the comment here with the link to the user guide when the user guide is ready to be added to the repo. - Michael ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32139/#review77536 ----------------------------------------------------------- On March 25, 2015, 6:47 p.m., Michael Park wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/32139/ > ----------------------------------------------------------- > > (Updated March 25, 2015, 6:47 p.m.) > > > Review request for mesos, Alexander Rukletsov, Ben Mahler, and Jie Yu. > > > Bugs: MESOS-2475 > https://issues.apache.org/jira/browse/MESOS-2475 > > > Repository: mesos > > > Description > ------- > > The beginning of `Resource::ReservationInfo`. This patch only introduces the `framework_id` field. We don't need the required `principal` field yet and will be introduced together with the "unreserve" ACLs. An optional `id` may be introduced in the future as well. > > > Diffs > ----- > > include/mesos/mesos.proto 3c592d5ab3092ecbeddfaff95e0c1addc3ac58f8 > > Diff: https://reviews.apache.org/r/32139/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Michael Park > > --===============5361191568040296408==--