[
https://issues.apache.org/jira/browse/HBASE-17807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yechao Chen updated HBASE-17807:
--------------------------------
Attachment: HBASE-17807.patch
> correct the value of zookeeper.session.timeout in hbase doc
> -----------------------------------------------------------
>
> Key: HBASE-17807
> URL: https://issues.apache.org/jira/browse/HBASE-17807
> Project: HBase
> Issue Type: Bug
> Components: documentation
> Reporter: Yechao Chen
> Assignee: Yechao Chen
> Priority: Trivial
> Attachments: HBASE-17807.patch
>
>
> I met a regionserver gc problem, and the regionserver log show me to read the
> doc
> http://hbase.apache.org/book.html#trouble.rs.runtime.zkexpired
> If you wish to increase the session timeout, add the following to your
> hbase-site.xml to increase the timeout from the default of 60 seconds to 120
> seconds.
> <property>
> <name>zookeeper.session.timeout</name>
> <value>1200000</value>
> </property>
> the value should be 120000(120s) instead of 1200000(1200s)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)