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 7B8E31161E for ; Mon, 4 Aug 2014 16:58:44 +0000 (UTC) Received: (qmail 79575 invoked by uid 500); 4 Aug 2014 16:58:44 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 79511 invoked by uid 500); 4 Aug 2014 16:58:44 -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 79491 invoked by uid 99); 4 Aug 2014 16:58:43 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 16:58:43 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 438571D9F0A; Mon, 4 Aug 2014 16:58:30 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0074426747688895599==" MIME-Version: 1.0 Subject: Re: Review Request 24128: Add 'max_num_executors' flag for use with network isolation From: "Dominic Hamon" To: "Benjamin Hindman" , "Jie Yu" Cc: "Bill Farner" , "Mesos ReviewBot" , "mesos" , "Dominic Hamon" Date: Mon, 04 Aug 2014 16:58:30 -0000 Message-ID: <20140804165830.1587.93796@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Dominic Hamon" X-ReviewGroup: mesos X-ReviewRequest-URL: https://reviews.apache.org/r/24128/ X-Sender: "Dominic Hamon" References: <20140802000352.18794.68258@reviews.apache.org> In-Reply-To: <20140802000352.18794.68258@reviews.apache.org> Reply-To: "Dominic Hamon" X-ReviewRequest-Repository: mesos-git --===============0074426747688895599== 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/24128/ ----------------------------------------------------------- (Updated Aug. 4, 2014, 9:58 a.m.) Review request for mesos, Benjamin Hindman and Jie Yu. Changes ------- fix format issues Bugs: MESOS-1654 https://issues.apache.org/jira/browse/MESOS-1654 Repository: mesos-git Description ------- when network isolation is enabled, we should keep track of how many executors have launched on a given host to avoid sending offers for those that have hit the container limit. this is a short-term fix for the issue to enable broader testing of network monitoring and isolation. Diffs (updated) ----- docs/allocation-module.md b308a23c0cdaf9bcb31fc0b13f584cd04cfa1aaa src/master/allocator.hpp be6b038a9db076fb26cf40bfb61181f0fa860938 src/master/flags.hpp 2b92de37b64c3363915918c65ab092efd5b378d6 src/master/hierarchical_allocator_process.hpp 35d1579bbd665dfdd238932902ae16880dadeb66 src/master/master.cpp 77f2536c36df9a0a1f6021bd4732baa3ab424459 src/tests/allocator_tests.cpp b920533bbc36a154c02b467673bc7a0d50d65bc7 src/tests/master_tests.cpp 5a1cf7f1f7a4864f516825cc14504c870b60055e src/tests/mesos.hpp 75c66fda2485afa0d4541e710780d90b3411839a src/tests/slave_recovery_tests.cpp 0b17a8afb6aa66ab19f6fcd90906fb4eb2c39f05 Diff: https://reviews.apache.org/r/24128/diff/ Testing ------- make check Thanks, Dominic Hamon --===============0074426747688895599==--