You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/08/10 09:17:01 UTC

[iotdb] branch ml_0810_test updated: change debug to info

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

xingtanzjr pushed a commit to branch ml_0810_test
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/ml_0810_test by this push:
     new db7de836fa change debug to info
db7de836fa is described below

commit db7de836fa83f3d9a2ce7533f51cdbca885fbf48
Author: Jinrui.Zhang <xi...@gmail.com>
AuthorDate: Wed Aug 10 17:16:47 2022 +0800

    change debug to info
---
 .../apache/iotdb/db/consensus/statemachine/DataRegionStateMachine.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/consensus/statemachine/DataRegionStateMachine.java b/server/src/main/java/org/apache/iotdb/db/consensus/statemachine/DataRegionStateMachine.java
index 1af648d335..15280d2d5c 100644
--- a/server/src/main/java/org/apache/iotdb/db/consensus/statemachine/DataRegionStateMachine.java
+++ b/server/src/main/java/org/apache/iotdb/db/consensus/statemachine/DataRegionStateMachine.java
@@ -180,7 +180,7 @@ public class DataRegionStateMachine extends BaseStateMachine {
           Thread.currentThread().interrupt();
         }
       }
-      logger.debug(
+      logger.info(
           "region = {}, queue size {}, startSyncIndex = {}, endSyncIndex = {}",
           region.getDataRegionId(),
           requestCache.size(),