This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new cfe19176edb Fix compaction write rate can not hot load
cfe19176edb is described below

commit cfe19176edbee1712dd9a8c839e81916adce7e72
Author: shuwenwei <[email protected]>
AuthorDate: Wed May 15 16:36:06 2024 +0800

    Fix compaction write rate can not hot load
---
 .../src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
index 27bf490e466..82e2e09fbfa 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
@@ -1171,7 +1171,7 @@ public class IoTDBDescriptor {
     conf.setCompactionWriteThroughputMbPerSec(
         Integer.parseInt(
             properties.getProperty(
-                "merge_write_throughput_mb_per_sec",
+                "compaction_write_throughput_mb_per_sec",
                 
Integer.toString(conf.getCompactionWriteThroughputMbPerSec()))));
 
     // update compaction_read_operation_per_sec

Reply via email to