From ca6bcc3c76babb2f7def1fd413d0917783224110 Mon Sep 17 00:00:00 2001 From: Arpit Agarwal Date: Mon, 22 May 2017 17:53:47 -0700 Subject: [PATCH] HDFS-11866. JournalNode Sync should be off by default in hdfs-default.xml. Contributed by Hanisha Koneru. --- .../hadoop-hdfs/src/main/resources/hdfs-default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f0f2220f759..9ddd343bbda 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 @@ dfs.journalnode.enable.sync - true + false If true, the journal nodes wil sync with each other. The journal nodes will periodically gossip with other journal nodes to compare edit log