This is an automated email from the ASF dual-hosted git repository.
Caideyipi 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 65cd197600d Degraded the UT logs
65cd197600d is described below
commit 65cd197600d3502160ced4a9f0c25ef7552011ab
Author: Caideyipi <[email protected]>
AuthorDate: Thu May 28 14:44:17 2026 +0800
Degraded the UT logs
---
.../db/pipe/event/common/tsfile/parser/TsFileInsertionEventParser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/tsfile/parser/TsFileInsertionEventParser.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/tsfile/parser/TsFileInsertionEventParser.java
index 6c4d390c6c2..627731fa7ed 100644
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/tsfile/parser/TsFileInsertionEventParser.java
+++
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/tsfile/parser/TsFileInsertionEventParser.java
@@ -113,7 +113,7 @@ public abstract class TsFileInsertionEventParser implements
AutoCloseable {
.forceAllocateForTabletWithRetry(
IoTDBDescriptor.getInstance().getConfig().getPipeDataStructureTabletSizeInBytes());
- LOGGER.info(
+ LOGGER.debug(
DataNodePipeMessages.TSFILE_HAS_INITIALIZED_PIPENAME_CREATION_TIME_PATTERN,
tsFile,
getClass().getSimpleName(),