Return-Path: X-Original-To: apmail-aurora-issues-archive@minotaur.apache.org Delivered-To: apmail-aurora-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1DD441833C for ; Fri, 7 Aug 2015 16:27:51 +0000 (UTC) Received: (qmail 50603 invoked by uid 500); 7 Aug 2015 16:27:46 -0000 Delivered-To: apmail-aurora-issues-archive@aurora.apache.org Received: (qmail 50401 invoked by uid 500); 7 Aug 2015 16:27:46 -0000 Mailing-List: contact issues-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list issues@aurora.apache.org Received: (qmail 50332 invoked by uid 99); 7 Aug 2015 16:27:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2015 16:27:45 +0000 Date: Fri, 7 Aug 2015 16:27:45 +0000 (UTC) From: "Maxim Khutornenko (JIRA)" To: issues@aurora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AURORA-1432) "aurora update start" does not warn of dangerous update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Maxim Khutornenko created AURORA-1432: ----------------------------------------- Summary: "aurora update start" does not warn of dangerous update Key: AURORA-1432 URL: https://issues.apache.org/jira/browse/AURORA-1432 Project: Aurora Issue Type: Task Reporter: Maxim Khutornenko The old client updater command had this check in place to prevent accidental large changes: https://github.com/apache/aurora/blob/4eaacf7b5e7b02d626e821b8a4117363f6b39490/src/main/python/apache/aurora/client/cli/jobs.py#L748 The new "update start" command does not have it. Consider restoring this functionality to prevent accidental service outages due to large batch size. -- This message was sent by Atlassian JIRA (v6.3.4#6332)