You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2009/08/18 01:54:48 UTC

svn commit: r805228 - in /hadoop/hbase/trunk: CHANGES.txt conf/hbase-default.xml

Author: stack
Date: Mon Aug 17 23:54:47 2009
New Revision: 805228

URL: http://svn.apache.org/viewvc?rev=805228&view=rev
Log:
HBASE-1772 Up the default ZK session timeout from 30seconds to 60seconds

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/conf/hbase-default.xml

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=805228&r1=805227&r2=805228&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Mon Aug 17 23:54:47 2009
@@ -579,6 +579,7 @@
                region info
    HBASE-1743  [debug tool] Add regionsInTransition list to ClusterStatus
                detailed output
+   HBASE-1772  Up the default ZK session timeout from 30seconds to 60seconds
 
   OPTIMIZATIONS
    HBASE-1412  Change values for delete column and column family in KeyValue

Modified: hadoop/hbase/trunk/conf/hbase-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/conf/hbase-default.xml?rev=805228&r1=805227&r2=805228&view=diff
==============================================================================
--- hadoop/hbase/trunk/conf/hbase-default.xml (original)
+++ hadoop/hbase/trunk/conf/hbase-default.xml Mon Aug 17 23:54:47 2009
@@ -402,7 +402,7 @@
   </property>
   <property>
     <name>zookeeper.session.timeout</name>
-    <value>30000</value>
+    <value>60000</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