You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ar...@apache.org on 2017/05/23 00:54:23 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/trunk 8e0f83e49 -> ca6bcc3c7


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ca6bcc3c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ca6bcc3c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ca6bcc3c

Branch: refs/heads/trunk
Commit: ca6bcc3c76babb2f7def1fd413d0917783224110
Parents: 8e0f83e
Author: Arpit Agarwal <ar...@apache.org>
Authored: Mon May 22 17:53:47 2017 -0700
Committer: Arpit Agarwal <ar...@apache.org>
Committed: Mon May 22 17:53:47 2017 -0700

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/resources/hdfs-default.xml                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ca6bcc3c/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
index f0f2220..9ddd343 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -3839,7 +3839,7 @@
 
 <property>
   <name>dfs.journalnode.enable.sync</name>
-  <value>true</value>
+  <value>false</value>
   <description>
     If true, the journal nodes wil sync with each other. The journal nodes
     will periodically gossip with other journal nodes to compare edit log


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org