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

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

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
            Priority: Minor
             Fix For: 0.20.0


{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.


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

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated HBASE-1656:
---------------------------------

    Attachment: hbase-1656.patch

How's this?

> 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: Nitay Joffe
>            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.


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

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury reassigned HBASE-1656:
------------------------------------

    Assignee: Bryan Duxbury  (was: Nitay Joffe)

> 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.


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

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe reassigned HBASE-1656:
----------------------------------

    Assignee: Nitay Joffe

> 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: Nitay Joffe
>            Priority: Minor
>             Fix For: 0.20.0
>
>
> {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.


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

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury resolved HBASE-1656.
----------------------------------

    Resolution: Fixed

I just committed this.

> 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.


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

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ 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.