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

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

Yechao Chen created HBASE-17807:
-----------------------------------

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