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 72E4911A80 for ; Tue, 5 Aug 2014 00:17:58 +0000 (UTC) Received: (qmail 82812 invoked by uid 500); 5 Aug 2014 00:17:58 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 82747 invoked by uid 500); 5 Aug 2014 00:17:58 -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 82732 invoked by uid 99); 5 Aug 2014 00:17:57 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2014 00:17:57 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 1B9171D9F14; Tue, 5 Aug 2014 00:17:44 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============2490347312177307700==" MIME-Version: 1.0 Subject: Review Request 24286: Do not send invisible resources to the framework. From: "Jie Yu" To: "Vinod Kone" , "Ben Mahler" Cc: "Jie Yu" , "mesos" Date: Tue, 05 Aug 2014 00:17:44 -0000 Message-ID: <20140805001744.1595.91777@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Jie Yu" X-ReviewGroup: mesos X-ReviewRequest-URL: https://reviews.apache.org/r/24286/ X-Sender: "Jie Yu" Reply-To: "Jie Yu" X-ReviewRequest-Repository: mesos-git --===============2490347312177307700== 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/24286/ ----------------------------------------------------------- Review request for mesos, Ben Mahler and Vinod Kone. Bugs: MESOS-1654 https://issues.apache.org/jira/browse/MESOS-1654 Repository: mesos-git Description ------- Introduced an optional flag 'visible' for resource. Invisible resources are not exposed to the framework. The idea is that the master will perform allocation for those resources. Diffs ----- include/mesos/mesos.proto 6d4fd14 src/common/resources.cpp ade2a71 src/master/master.cpp 77f2536 src/tests/mesos.cpp 35c94fa src/tests/port_mapping_tests.cpp 393b578 Diff: https://reviews.apache.org/r/24286/diff/ Testing ------- make check sudo make check Thanks, Jie Yu --===============2490347312177307700==--