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-1329 Visibility into ZooKeeper
|
||||||
HBASE-867 If millions of columns in a column family, hbase scanner won't
|
HBASE-867 If millions of columns in a column family, hbase scanner won't
|
||||||
come up (Jonathan Gray via Stack)
|
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
|
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
|
||||||
|
|
|
@ -365,7 +365,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>zookeeper.session.timeout</name>
|
<name>zookeeper.session.timeout</name>
|
||||||
<value>10000</value>
|
<value>30000</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
|
||||||
|
|
Loading…
Reference in New Issue