Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D0A39200CC2 for ; Wed, 21 Jun 2017 00:30:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CF222160BEF; Tue, 20 Jun 2017 22:30:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 20FA5160BE1 for ; Wed, 21 Jun 2017 00:30:10 +0200 (CEST) Received: (qmail 46494 invoked by uid 500); 20 Jun 2017 22:30:10 -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 46483 invoked by uid 99); 20 Jun 2017 22:30:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2017 22:30:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A0371C03A3; Tue, 20 Jun 2017 22:30:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.999 X-Spam-Level: ** X-Spam-Status: No, score=2.999 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id se176gt9K0jY; Tue, 20 Jun 2017 22:30:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 8A7095F523; Tue, 20 Jun 2017 22:30:08 +0000 (UTC) Received: from reviews.apache.org (unknown [10.41.0.12]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 225E9E00A3; Tue, 20 Jun 2017 22:30:08 +0000 (UTC) Received: from reviews-vm2.apache.org (localhost [IPv6:::1]) by reviews.apache.org (ASF Mail Server at reviews-vm2.apache.org) with ESMTP id 93E02C4021B; Tue, 20 Jun 2017 22:30:05 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3636765873086723012==" MIME-Version: 1.0 Subject: Review Request 60250: Added the `RESERVATION_REFINEMENT` capability to `src/cli/execute.cpp`. From: Michael Park To: Neil Conway Cc: Michael Park , mesos Date: Tue, 20 Jun 2017 22:30:05 -0000 Message-ID: <20170620223005.1926.92244@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Michael Park X-ReviewGroup: mesos X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/60250/ X-Sender: Michael Park Reply-To: Michael Park X-ReviewRequest-Repository: mesos archived-at: Tue, 20 Jun 2017 22:30:12 -0000 --===============3636765873086723012== 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/60250/ ----------------------------------------------------------- Review request for mesos and Neil Conway. Bugs: MESOS-7575 https://issues.apache.org/jira/browse/MESOS-7575 Repository: mesos Description ------- See summary. Diffs ----- src/cli/execute.cpp 6ab0cb48c9226e66b49580c7c2a2c9af3019d77d Diff: https://reviews.apache.org/r/60250/diff/1/ Testing ------- ```bash ./src/mesos-execute --role="ads" --master=127.0.0.1:5050 --name=blah --command="while true; do : ; done" --resources="mem:1100;cpus:9" ``` Thanks, Michael Park --===============3636765873086723012==--