You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Ari Rabkin (JIRA)" <ji...@apache.org> on 2010/10/12 01:45:32 UTC

[jira] Commented: (CHUKWA-527) stronger configuration checking

    [ https://issues.apache.org/jira/browse/CHUKWA-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920030#action_12920030 ] 

Ari Rabkin commented on CHUKWA-527:
-----------------------------------

See http://code.google.com/p/jchord/source/browse/#svn/trunk/conf_spellchecker for source code and license information for the configuration spellcheck library.

> 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
>         Attachments: CHUKWA-527.patch, confspellcheck.jar, options.dict
>
>
> 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.