[
https://issues.apache.org/jira/browse/HDFS-14933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16959470#comment-16959470
]
Hudson commented on HDFS-14933:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17573 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/17573/])
HDFS-14933. Fixing a typo in documentation of Observer NameNode. (tasanuma: rev
862526530a376524551805b8e32cc7f66ba6f03e)
* (edit) hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ObserverNameNode.md
> Fixing a typo in documentation of Observer NameNode
> ---------------------------------------------------
>
> Key: HDFS-14933
> URL: https://issues.apache.org/jira/browse/HDFS-14933
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: documentation
> Reporter: Xieming Li
> Assignee: Xieming Li
> Priority: Trivial
> Fix For: 3.3.0
>
> Attachments: HDFS-14933.001.patch
>
>
> Fix a typo in documentation Observer NameNode
> https://aajisaka.github.io/hadoop-document/hadoop-project/hadoop-project-dist/hadoop-hdfs/ObserverNameNode.html
> This
> {code}
> <property>
> <name>dfs.ha.tail-edits.period</name>
> <value>10s</value>
> </property>
> {code}
> should be changed to
> {code}
> <property>
> <name>dfs.ha.tail-edits.period.backoff-max</name>
> <value>10s</value>
> </property>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]