You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2009/10/22 20:37:59 UTC

[jira] Created: (HBASE-1929) If hbase-default.xml is not in CP, zk session timeout is 10 secs!

If hbase-default.xml is not in CP, zk session timeout is 10 secs!
-----------------------------------------------------------------

                 Key: HBASE-1929
                 URL: https://issues.apache.org/jira/browse/HBASE-1929
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.1
            Reporter: Jean-Daniel Cryans
            Assignee: Jean-Daniel Cryans
             Fix For: 0.20.2, 0.21.0


In ZKW:

{code}
 int sessionTimeout = conf.getInt("zookeeper.session.timeout", 10 * 1000);
{code}

If hbase-default.xml is not in the path, that means potential trouble.

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


[jira] Resolved: (HBASE-1929) If hbase-default.xml is not in CP, zk session timeout is 10 secs!

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

Jean-Daniel Cryans resolved HBASE-1929.
---------------------------------------

    Resolution: Fixed

Small fix, committed to branch and trunk

> If hbase-default.xml is not in CP, zk session timeout is 10 secs!
> -----------------------------------------------------------------
>
>                 Key: HBASE-1929
>                 URL: https://issues.apache.org/jira/browse/HBASE-1929
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.20.2, 0.21.0
>
>
> In ZKW:
> {code}
>  int sessionTimeout = conf.getInt("zookeeper.session.timeout", 10 * 1000);
> {code}
> If hbase-default.xml is not in the path, that means potential trouble.

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