Xieming Li created HDFS-14933:
---------------------------------
Summary: Fixing a typo in documentaion 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
Fix a typo in documentation Observer NameNode
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]