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

Incorrect timeout in recommended ZooKeeper configuration

    XMLWordPrintableJSON

Details

    Description

      The Recommended configuration section for ZooKeeper states that the default zookeeper.session.timeout is 3 minutes, however, the default configuration is 90 seconds(

       

      /** Default value for ZooKeeper session timeout */
      public static final int DEFAULT_ZK_SESSION_TIMEOUT = 90 * 1000;
      ).
      

       

      This section in the documentation should be modified to reflect the default configuration.

       

      Attachments

        Activity

          People

            maoling Ling Mao
            psomogyi Peter Somogyi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: