This is an automated email from the ASF dual-hosted git repository. Caideyipi pushed a commit to branch sync_from_iotdb_master_20260528 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit f00000f8baa43ae225521e09262d497367d1aa00 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 5c0a2dce949..377a3e0fe84 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 @@ -140,7 +140,7 @@ public abstract class TsFileInsertionEventParser implements AutoCloseable { this.objectPathsOnly = objectPathsOnly; - LOGGER.info( + LOGGER.debug( DataNodePipeMessages.TSFILE_HAS_INITIALIZED_PIPENAME_CREATION_TIME_PATTERN, tsFile, getClass().getSimpleName(),
