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 31c3901a95f..e1da5958019 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
@@ -346,6 +346,22 @@
etc. This picks one of those for this cluster.
+
+ dfs.container.ratis.num.write.chunk.threads
+ 60
+ OZONE, RATIS, PERFORMANCE
+ Maximum number of threads in the thread pool that Ratis
+ will use for writing chunks (60 by default).
+
+
+
+ dfs.container.ratis.segment.size
+ 134217728
+ OZONE, RATIS, PERFORMANCE
+ The size of the raft segment used by Apache Ratis on datanodes.
+ (128 MB by default)
+
+
ozone.container.report.interval
60000ms
@@ -703,14 +719,6 @@
datanode protocol.
-
- ozone.scm.ratis.segment.size
- 134217728
- OZONE, SCM, CONTAINER, PERFORMANCE
-
- The size of the raft segment used by Apache Ratis on datanodes.
-
-
ozone.scm.client.address