This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch fix-pipe-stuck-by-file in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit a29cc461c010e0aa8a906adc9e74ff14fceeda04 Author: Steve Yurong Su <[email protected]> AuthorDate: Thu Mar 13 12:40:29 2025 +0800 Update PipeTsFileResource.java --- .../org/apache/iotdb/db/pipe/resource/tsfile/PipeTsFileResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/resource/tsfile/PipeTsFileResource.java b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/resource/tsfile/PipeTsFileResource.java index 2cb3a59c399..f3d83c26d60 100644 --- a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/resource/tsfile/PipeTsFileResource.java +++ b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/resource/tsfile/PipeTsFileResource.java @@ -49,7 +49,7 @@ public class PipeTsFileResource implements AutoCloseable { private static final Logger LOGGER = LoggerFactory.getLogger(PipeTsFileResource.class); public static final long TSFILE_MIN_TIME_TO_LIVE_IN_MS = 1000L * 20; - private static final float MEMORY_SUFFICIENT_THRESHOLD = 0.7f; + private static final float MEMORY_SUFFICIENT_THRESHOLD = 0.5f; private final File hardlinkOrCopiedFile; private final boolean isTsFile;
