HBASE-17807 correct the value of zookeeper.session.timeout in hbase doc Signed-off-by: tedyu <[email protected]>
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/hbase-12439 Commit: 941070939f4bf65536ee74b9f62d3b5114da826b Parents: 11dc5bf Author: chenyechao <[email protected]> Authored: Mon Mar 20 14:28:42 2017 +0800 Committer: tedyu <[email protected]> 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>
