[
https://issues.apache.org/jira/browse/HBASE-22700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
maoling updated HBASE-22700:
----------------------------
Description:
The [Recommended
configuration|https://hbase.apache.org/book.html#recommended_configurations.zk]
section for ZooKeeper states that the default zookeeper.session.timeout is 3
minutes, however, the [default
configuration|https://github.com/apache/hbase/blob/master/hbase-common/src/main/resources/hbase-default.xml#L372-L373]
is 90 seconds(
{code:java}
/** Default value for ZooKeeper session timeout */
public static final int DEFAULT_ZK_SESSION_TIMEOUT = 90 * 1000;
).
{code}
This section in the documentation should be modified to reflect the default
configuration.
was:
The [Recommended
configuration|https://hbase.apache.org/book.html#recommended_configurations.zk]
section for ZooKeeper states that the default zookeeper.session.timeout is 3
minutes, however, the [default
configuration|https://github.com/apache/hbase/blob/master/hbase-common/src/main/resources/hbase-default.xml#L372-L373]
is 90 seconds.
This section in the documentation should be modified to reflect the default
configuration.
> Incorrect timeout in recommended ZooKeeper configuration
> --------------------------------------------------------
>
> Key: HBASE-22700
> URL: https://issues.apache.org/jira/browse/HBASE-22700
> Project: HBase
> Issue Type: Bug
> Components: documentation
> Reporter: Peter Somogyi
> Assignee: maoling
> Priority: Minor
> Labels: beginner
>
> The [Recommended
> configuration|https://hbase.apache.org/book.html#recommended_configurations.zk]
> section for ZooKeeper states that the default zookeeper.session.timeout is 3
> minutes, however, the [default
> configuration|https://github.com/apache/hbase/blob/master/hbase-common/src/main/resources/hbase-default.xml#L372-L373]
> is 90 seconds(
>
> {code:java}
> /** Default value for ZooKeeper session timeout */
> public static final int DEFAULT_ZK_SESSION_TIMEOUT = 90 * 1000;
> ).
> {code}
>
> This section in the documentation should be modified to reflect the default
> configuration.
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)