summaryrefslogtreecommitdiff
path: root/hadoop-hdfs-project/hadoop-hdfs/src/main
diff options
context:
space:
mode:
authorMukul Kumar Singh <msingh@apache.org>2018-01-20 09:26:30 +0530
committerOwen O'Malley <omalley@apache.org>2018-04-26 05:36:04 -0700
commit1fb1ce107fa6e314b8b0e9c9147196402902fb5c (patch)
tree5e13ec4e2ead789d6dc74e9f4baa1ad18e3db58e /hadoop-hdfs-project/hadoop-hdfs/src/main
parent916f31f7d17ea03c18636b293be59717e5f8beb4 (diff)
HDFS-13012. TestOzoneConfigurationFields fails due to missing configs in ozone-default.xml. Contributed by Xiaoyu Yao.
Diffstat (limited to 'hadoop-hdfs-project/hadoop-hdfs/src/main')
-rw-r--r--hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml24
1 files changed, 16 insertions, 8 deletions
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 31c3901a95..e1da595801 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>