瀏覽代碼

HDFS-14933. Fixing a typo in documentation of Observer NameNode. Contributed by Xieming Li

Takanobu Asanuma 5 年之前
父節點
當前提交
862526530a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ObserverNameNode.md

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ObserverNameNode.md

@@ -177,7 +177,7 @@ few configurations to your **hdfs-site.xml**:
    between edit tailing attempts.
 
         <property>
-          <name>dfs.ha.tail-edits.period</name>
+          <name>dfs.ha.tail-edits.period.backoff-max</name>
           <value>10s</value>
         </property>