You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yechao Chen (JIRA)" <ji...@apache.org> on 2017/03/20 06:26:41 UTC

[jira] [Updated] (HBASE-17807) correct the value of zookeeper.session.timeout in hbase doc

     [ https://issues.apache.org/jira/browse/HBASE-17807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yechao Chen updated HBASE-17807:
--------------------------------
    Component/s: documentation

> 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
>
> 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)