Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-17807

correct the value of zookeeper.session.timeout in hbase doc

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.0.0
    • documentation
    • None
    • Reviewed

    Description

      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)

      Attachments

        1. HBASE-17807.patch
          0.9 kB
          Yechao Chen

        Activity

          People

            chenyechao Yechao Chen
            chenyechao Yechao Chen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: