Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
Fix a typo in documentation Observer NameNode
https://aajisaka.github.io/hadoop-document/hadoop-project/hadoop-project-dist/hadoop-hdfs/ObserverNameNode.html
This
<property> <name>dfs.ha.tail-edits.period</name> <value>10s</value> </property>
should be changed to
<property> <name>dfs.ha.tail-edits.period.backoff-max</name> <value>10s</value> </property>