浏览代码

HDFS-11866. JournalNode Sync should be off by default in hdfs-default.xml. Contributed by Hanisha Koneru.

Arpit Agarwal 8 年之前
父节点
当前提交
d18909d338
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml

@@ -4018,7 +4018,7 @@
 
 
 <property>
 <property>
   <name>dfs.journalnode.enable.sync</name>
   <name>dfs.journalnode.enable.sync</name>
-  <value>true</value>
+  <value>false</value>
   <description>
   <description>
     If true, the journal nodes wil sync with each other. The journal nodes
     If true, the journal nodes wil sync with each other. The journal nodes
     will periodically gossip with other journal nodes to compare edit log
     will periodically gossip with other journal nodes to compare edit log