HBASE-1538 Up zookeeper timeout from 10 seconds to 30 seconds to cut down on hbase-user traffic
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785843 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94aa7d7247
commit
4a65f06f71
|
@ -355,6 +355,8 @@ Release 0.20.0 - Unreleased
|
|||
HBASE-1329 Visibility into ZooKeeper
|
||||
HBASE-867 If millions of columns in a column family, hbase scanner won't
|
||||
come up (Jonathan Gray via Stack)
|
||||
HBASE-1538 Up zookeeper timeout from 10 seconds to 30 seconds to cut down
|
||||
on hbase-user traffic
|
||||
|
||||
OPTIMIZATIONS
|
||||
HBASE-1412 Change values for delete column and column family in KeyValue
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue