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 4C76B100D4 for ; Fri, 30 May 2014 23:34:04 +0000 (UTC) Received: (qmail 70608 invoked by uid 500); 30 May 2014 23:34:03 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 70550 invoked by uid 500); 30 May 2014 23:34:03 -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 70519 invoked by uid 99); 30 May 2014 23:34:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 23:34:02 +0000 Date: Fri, 30 May 2014 23:34:02 +0000 (UTC) From: "Chris Lambert (JIRA)" To: dev@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MESOS-1350) Initial implementation of framework API rate limiter, taking the config via master flag MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1350: --------------------------------- Description: In this iteration: - Rate limits are configured via Master flag {{--ratelimits=config.JSON}} - The configuration is not persisted. - No online tuning for the configuration, reconfiguration is through Master restart with new flags. * Create a protobuf for configuration and read through master flags (2) * Integrate rate limiter into the master (5) * Add new tests for rate limiter (3) * Convert all existing tests to use rate limiter (20) was: In this iteration: - Rate limits are configured via Master flag {{--ratelimits=config.JSON}} - The configuration is not persisted. - No online tuning for the configuration, reconfiguration is through Master restart with new flags. > Initial implementation of framework API rate limiter, taking the config via master flag > --------------------------------------------------------------------------------------- > > Key: MESOS-1350 > URL: https://issues.apache.org/jira/browse/MESOS-1350 > Project: Mesos > Issue Type: Story > Reporter: Yan Xu > Assignee: Yan Xu > > In this iteration: > - Rate limits are configured via Master flag {{--ratelimits=config.JSON}} > - The configuration is not persisted. > - No online tuning for the configuration, reconfiguration is through Master restart with new flags. > * Create a protobuf for configuration and read through master flags (2) > * Integrate rate limiter into the master (5) > * Add new tests for rate limiter (3) > * Convert all existing tests to use rate limiter (20) -- This message was sent by Atlassian JIRA (v6.2#6252)