From 1fb1ce107fa6e314b8b0e9c9147196402902fb5c Mon Sep 17 00:00:00 2001 From: Mukul Kumar Singh Date: Sat, 20 Jan 2018 09:26:30 +0530 Subject: [PATCH] HDFS-13012. TestOzoneConfigurationFields fails due to missing configs in ozone-default.xml. Contributed by Xiaoyu Yao. --- .../src/main/resources/ozone-default.xml | 24 ++++++++++++------- 1 file 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 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