This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch disable-pipe-memory-control-test in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 48861e7526d5d30aedb3c1a4b89056a200092e68 Author: Steve Yurong Su <[email protected]> AuthorDate: Thu Nov 9 11:45:31 2023 +0800 Update CommonConfig.java --- .../src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java index 48a3a30dda9..a603c5e3c32 100644 --- a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java +++ b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java @@ -185,7 +185,7 @@ public class CommonConfig { private int pipeMaxAllowedPendingTsFileEpochPerDataRegion = 2; - private boolean pipeMemoryManagementEnabled = true; + private boolean pipeMemoryManagementEnabled = false; private long pipeMemoryAllocateRetryIntervalMs = 1000; private int pipeMemoryAllocateMaxRetries = 10; private long pipeMemoryAllocateMinSizeInBytes = 32;
