HBASE-1772 Up the default ZK session timeout from 30seconds to 60seconds

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-08-17 23:54:47 +00:00
parent cff34ea9a4
commit aed74376f8
2 changed files with 2 additions and 1 deletions

View File

@ -579,6 +579,7 @@ Release 0.20.0 - Unreleased
region info region info
HBASE-1743 [debug tool] Add regionsInTransition list to ClusterStatus HBASE-1743 [debug tool] Add regionsInTransition list to ClusterStatus
detailed output detailed output
HBASE-1772 Up the default ZK session timeout from 30seconds to 60seconds
OPTIMIZATIONS OPTIMIZATIONS
HBASE-1412 Change values for delete column and column family in KeyValue HBASE-1412 Change values for delete column and column family in KeyValue

View File

@ -402,7 +402,7 @@
</property> </property>
<property> <property>
<name>zookeeper.session.timeout</name> <name>zookeeper.session.timeout</name>
<value>30000</value> <value>60000</value>
<description>ZooKeeper session timeout. This option is not used by HBase <description>ZooKeeper session timeout. This option is not used by HBase
directly, it is for the internals of ZooKeeper. HBase merely passes it in 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 whenever a connection is established to ZooKeeper. It is used by ZooKeeper