[ 
https://issues.apache.org/jira/browse/HDFS-14933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Takanobu Asanuma updated HDFS-14933:
------------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks for your contribution, [~risyomei]!

> 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: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to