Return-Path: Delivered-To: apmail-incubator-chukwa-dev-archive@www.apache.org Received: (qmail 20075 invoked from network); 29 Sep 2010 20:45:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Sep 2010 20:45:57 -0000 Received: (qmail 66080 invoked by uid 500); 29 Sep 2010 20:45:57 -0000 Delivered-To: apmail-incubator-chukwa-dev-archive@incubator.apache.org Received: (qmail 65958 invoked by uid 500); 29 Sep 2010 20:45:56 -0000 Mailing-List: contact chukwa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@incubator.apache.org Delivered-To: mailing list chukwa-dev@incubator.apache.org Received: (qmail 65947 invoked by uid 99); 29 Sep 2010 20:45:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 20:45:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 20:45:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8TKjZCS025653 for ; Wed, 29 Sep 2010 20:45:35 GMT Message-ID: <120705.468681285793135164.JavaMail.jira@thor> Date: Wed, 29 Sep 2010 16:45:35 -0400 (EDT) From: "Ari Rabkin (JIRA)" To: chukwa-dev@incubator.apache.org Subject: [jira] Created: (CHUKWA-527) stronger configuration checking MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 stronger configuration checking ------------------------------- Key: CHUKWA-527 URL: https://issues.apache.org/jira/browse/CHUKWA-527 Project: Chukwa Issue Type: New Feature Components: data collection, documentation Reporter: Ari Rabkin Assignee: Ari Rabkin Chukwa has many configuration options, and it's easy to mis-set them. I'd like to contribute a module for doing stronger static checks of configuration at startup. In particular, this will flag and log cases where: An option is set in the Chukwa config files that is never read by Chukwa. A non-numeric value is used for a numeric parameter, non-boolean value for boolean parameter, etc. The table of options and types is automatically generated and then human-checked. It should be easy to keep it up to date. The changes to the Chukwa codebase should be quite modest: one new Jar, and a handful of lines to invoke that Jar on startup. Does this sound like a thing people would like to see? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.