You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Xieming Li (Jira)" <ji...@apache.org> on 2019/10/25 04:56:00 UTC

[jira] [Created] (HDFS-14933) Fixing a typo in documentaion of Observer NameNode

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: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org