You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2008/11/18 21:41:44 UTC

[jira] Updated: (ZOOKEEPER-217) handle errors when parsing config file, throw illegalargumentexception rather than exit()

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-217:
-----------------------------------

    Summary: handle errors when parsing config file, throw illegalargumentexception rather than exit()  (was: Errors in config file)

I updated the summary to be more descriptive of the issue -- this information is included in the release notes/changes files.


> handle errors when parsing config file, throw illegalargumentexception rather than exit()
> -----------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-217
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-217
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Flavio Paiva Junqueira
>            Assignee: Mahadev konar
>            Priority: Minor
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-217.patch, ZOOKEEPER-217.patch
>
>
> Discussing 209 with Ben today, we thought that it would be better to have the parse method of QuorumPeerConfig returning a boolean that indicates whether the configuration is good or not, and let the caller decide whether to exit or not. Currently we execute a System.exit() on QuorumPeerConfig.parse when we have a critical configuration error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.