This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch pipe-flush
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/pipe-flush by this push:
new 4a28c9025e1 fix
4a28c9025e1 is described below
commit 4a28c9025e19d73bb27d6d91b0c84acda0f35a35
Author: Caideyipi <[email protected]>
AuthorDate: Sat Feb 14 09:58:47 2026 +0800
fix
---
.../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 42edc8b8fe7..2e600029241 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
@@ -323,7 +323,7 @@ public class CommonConfig {
private volatile int pipeTsFilePinMaxLogIntervalRounds = 90;
// <= 0 means disabled
- private volatile long pipeTsFileFlushIntervalSeconds = 20L;
+ private volatile long pipeTsFileFlushIntervalSeconds = 5 * 60L;
private volatile boolean pipeMemoryManagementEnabled = true;
private volatile long pipeMemoryAllocateRetryIntervalMs = 50;