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 ms...@apache.org on 2018/01/20 04:09:32 UTC

hadoop git commit: HDFS-13012. TestOzoneConfigurationFields fails due to missing configs in ozone-default.xml. Contributed by Xiaoyu Yao.

Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 87bce6e8e -> d9e7678aa


HDFS-13012. TestOzoneConfigurationFields fails due to missing configs in ozone-default.xml. Contributed by Xiaoyu Yao.


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

Branch: refs/heads/HDFS-7240
Commit: d9e7678aa0203063d5074bdc77e580405c4fbe02
Parents: 87bce6e
Author: Mukul Kumar Singh <ms...@apache.org>
Authored: Sat Jan 20 09:26:30 2018 +0530
Committer: Mukul Kumar Singh <ms...@apache.org>
Committed: Sat Jan 20 09:26:30 2018 +0530

----------------------------------------------------------------------
 .../src/main/resources/ozone-default.xml        | 24 +++++++++++++-------
 1 file changed, 16 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/d9e7678a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml
index 31c3901..e1da595 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml
@@ -347,6 +347,22 @@
     </description>
   </property>
   <property>
+    <name>dfs.container.ratis.num.write.chunk.threads</name>
+    <value>60</value>
+    <tag>OZONE, RATIS, PERFORMANCE</tag>
+    <description>Maximum number of threads in the thread pool that Ratis
+      will use for writing chunks (60 by default).
+    </description>
+  </property>
+  <property>
+    <name>dfs.container.ratis.segment.size</name>
+    <value>134217728</value>
+    <tag>OZONE, RATIS, PERFORMANCE</tag>
+    <description>The size of the raft segment used by Apache Ratis on datanodes.
+      (128 MB by default)
+    </description>
+  </property>
+  <property>
     <name>ozone.container.report.interval</name>
     <value>60000ms</value>
     <tag>OZONE, CONTAINER, MANAGEMENT</tag>
@@ -704,14 +720,6 @@
     </description>
   </property>
   <property>
-    <name>ozone.scm.ratis.segment.size</name>
-    <value>134217728</value>
-    <tag>OZONE, SCM, CONTAINER, PERFORMANCE</tag>
-    <description>
-      The size of the raft segment used by Apache Ratis on datanodes.
-    </description>
-  </property>
-  <property>
     <name>ozone.scm.client.address</name>
     <value/>
     <tag>OZONE, SCM, REQUIRED</tag>


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