You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2009/07/14 22:33:14 UTC

[jira] Commented: (HBASE-1656) loadZooConfig can mask true error

    [ https://issues.apache.org/jira/browse/HBASE-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731112#action_12731112 ] 

Nitay Joffe commented on HBASE-1656:
------------------------------------

+1 LG.

> loadZooConfig can mask true error
> ---------------------------------
>
>                 Key: HBASE-1656
>                 URL: https://issues.apache.org/jira/browse/HBASE-1656
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: hbase-1656.patch
>
>
> {code}
> try {
>   properties.load(inputStream);
> } catch (IOException e) {
>   String msg = "fail to read properties from " + ZOOKEEPER_CONFIG_NAME;
>   LOG.fatal(msg);
>   throw new IOException(msg);
> }
> {code}
> This masks the actual error, if there is one.

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