From dev-return-60405-archive-asf-public=cust-asf.ponee.io@storm.apache.org Thu Aug 8 14:18:05 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 35E51180642 for ; Thu, 8 Aug 2019 16:18:05 +0200 (CEST) Received: (qmail 21902 invoked by uid 500); 8 Aug 2019 14:18:02 -0000 Mailing-List: contact dev-help@storm.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@storm.apache.org Delivered-To: mailing list dev@storm.apache.org Received: (qmail 21835 invoked by uid 99); 8 Aug 2019 14:18:02 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Aug 2019 14:18:02 +0000 From: GitBox To: dev@storm.apache.org Subject: [GitHub] [storm] Ethanlm commented on a change in pull request #3096: STORM-3480 Implement One Worker Per Executor RAS Option Message-ID: <156527388207.16581.11230969797320790345.gitbox@gitbox.apache.org> Date: Thu, 08 Aug 2019 14:18:02 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Ethanlm commented on a change in pull request #3096: STORM-3480 Implement One Worker Per Executor RAS Option URL: https://github.com/apache/storm/pull/3096#discussion_r312059045 ########## File path: storm-client/src/jvm/org/apache/storm/Config.java ########## @@ -315,6 +315,12 @@ @IsInteger @IsPositiveNumber public static final String TOPOLOGY_RAS_CONSTRAINT_MAX_STATE_SEARCH = "topology.ras.constraint.max.state.search"; + /** + * Whether to limit each worker to one executor. This is useful for debugging topologies to clearly identify workers that + * are slow/crashing and for estimating resource requirements and capacity. + */ + @IsBoolean + public static final String TOPOLOGY_RAS_ONE_WORKER_PER_EXECUTOR = "topology.ras.one.executor.per.worker"; Review comment: This should be `TOPOLOGY_RAS_ONE_EXECUTOR_PER_WORKER` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services