You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/06/18 00:26:07 UTC

[jira] Resolved: (HBASE-1538) Up zookeeper timeout from 10 seconds to 30 seconds to cut down on hbase-user traffic

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

stack resolved HBASE-1538.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.20.0

Committed below change:

{code}
Index: conf/hbase-default.xml
===================================================================
--- conf/hbase-default.xml      (revision 785829)
+++ conf/hbase-default.xml      (working copy)
@@ -365,7 +365,7 @@
   </property>
   <property>
     <name>zookeeper.session.timeout</name>
-    <value>10000</value>
+    <value>30000</value>
     <description>ZooKeeper session timeout. This option is not used by HBase
       directly, it is for the internals of ZooKeeper. HBase merely passes it in
       whenever a connection is established to ZooKeeper. It is used by ZooKeeper
{code}

> Up zookeeper timeout from 10 seconds to 30 seconds to cut down on hbase-user traffic
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-1538
>                 URL: https://issues.apache.org/jira/browse/HBASE-1538
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: stack
>             Fix For: 0.20.0
>
>
> See hbase-dev and search for topic "Should we up the zk default time out from default 10 seconds to twenty or so?" to see discussion that arrives at yes, we should up the default from 10 seconds to 30 seconds.

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