You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2017/03/22 01:52:52 UTC

hbase git commit: HBASE-17807 correct the value of zookeeper.session.timeout in hbase doc

Repository: hbase
Updated Branches:
  refs/heads/master 11dc5bf67 -> 941070939


HBASE-17807 correct the value of zookeeper.session.timeout in hbase doc

Signed-off-by: tedyu <yu...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/94107093
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/94107093
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/94107093

Branch: refs/heads/master
Commit: 941070939f4bf65536ee74b9f62d3b5114da826b
Parents: 11dc5bf
Author: chenyechao <ch...@gmail.com>
Authored: Mon Mar 20 14:28:42 2017 +0800
Committer: tedyu <yu...@gmail.com>
Committed: Tue Mar 21 18:53:09 2017 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/troubleshooting.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/94107093/src/main/asciidoc/_chapters/troubleshooting.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/troubleshooting.adoc b/src/main/asciidoc/_chapters/troubleshooting.adoc
index e1d1717..1cf93d6 100644
--- a/src/main/asciidoc/_chapters/troubleshooting.adoc
+++ b/src/main/asciidoc/_chapters/troubleshooting.adoc
@@ -1050,7 +1050,7 @@ If you wish to increase the session timeout, add the following to your _hbase-si
 ----
 <property>
   <name>zookeeper.session.timeout</name>
-  <value>1200000</value>
+  <value>120000</value>
 </property>
 <property>
   <name>hbase.zookeeper.property.tickTime</name>