This is an automated email from the ASF dual-hosted git repository.

jt2594838 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 0f9f1ebb300 Change schema region sync logs to debug (#18632)
0f9f1ebb300 is described below

commit 0f9f1ebb3006e1f29568c6eb10f1d2dca921e197
Author: Caideyipi <[email protected]>
AuthorDate: Mon Sep 14 13:39:44 2026 +0800

    Change schema region sync logs to debug (#18632)
---
 .../db/pipe/sink/protocol/airgap/IoTDBSchemaRegionAirGapSink.java   | 2 +-
 .../db/pipe/sink/protocol/thrift/sync/IoTDBSchemaRegionSink.java    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/airgap/IoTDBSchemaRegionAirGapSink.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/airgap/IoTDBSchemaRegionAirGapSink.java
index 6df3551b4d2..70dd5dfb7cf 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/airgap/IoTDBSchemaRegionAirGapSink.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/airgap/IoTDBSchemaRegionAirGapSink.java
@@ -313,7 +313,7 @@ public class IoTDBSchemaRegionAirGapSink extends 
IoTDBDataNodeAirGapSink {
           pipeSchemaRegionSnapshotEvent.toString(),
           true);
     } else {
-      LOGGER.info(
+      LOGGER.debug(
           
DataNodePipeMessages.SUCCESSFULLY_TRANSFERRED_SCHEMA_REGION_SNAPSHOT_AND,
           mtreeSnapshotFile,
           tagLogSnapshotFile,
diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/thrift/sync/IoTDBSchemaRegionSink.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/thrift/sync/IoTDBSchemaRegionSink.java
index 2cc9199db58..70a82231bc7 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/thrift/sync/IoTDBSchemaRegionSink.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/thrift/sync/IoTDBSchemaRegionSink.java
@@ -178,7 +178,7 @@ public class IoTDBSchemaRegionSink extends 
IoTDBDataNodeSyncSink {
         pipeSchemaRegionWritePlanEvent.getPipeName(),
         pipeSchemaRegionWritePlanEvent.getCreationTime(),
         pipeSchemaRegionWritePlanEvent.getPlanNode().toString());
-    LOGGER.info(
+    LOGGER.debug(
         DataNodePipeMessages.SUCCESSFULLY_TRANSFERRED_SCHEMA_EVENT, 
pipeSchemaRegionWritePlanEvent);
   }
 
@@ -190,7 +190,7 @@ public class IoTDBSchemaRegionSink extends 
IoTDBDataNodeSyncSink {
         batch.getPipeName(),
         batch.getCreationTime(),
         planNode.toString());
-    LOGGER.info(
+    LOGGER.debug(
         DataNodePipeMessages
             
.MESSAGE_SUCCESSFULLY_TRANSFERRED_BATCHED_SCHEMA_EVENTS_BATCH_SIZE_ARG_CF2E881C,
         batch.size());
@@ -343,7 +343,7 @@ public class IoTDBSchemaRegionSink extends 
IoTDBDataNodeSyncSink {
           true);
     }
 
-    LOGGER.info(
+    LOGGER.debug(
         DataNodePipeMessages.SUCCESSFULLY_TRANSFERRED_FILE_AND,
         mTreeSnapshotFile,
         tagLogSnapshotFile,

Reply via email to