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 71d400f35b change construct batch from debug to info
71d400f35b is described below

commit 71d400f35b11d775c576d114677f1efc8eb904b4
Author: Jinrui.Zhang <[email protected]>
AuthorDate: Wed Aug 10 18:01:38 2022 +0800

    change construct batch from debug to info
---
 .../apache/iotdb/consensus/multileader/logdispatcher/LogDispatcher.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/consensus/src/main/java/org/apache/iotdb/consensus/multileader/logdispatcher/LogDispatcher.java
 
b/consensus/src/main/java/org/apache/iotdb/consensus/multileader/logdispatcher/LogDispatcher.java
index c918dac459..9a4637302f 100644
--- 
a/consensus/src/main/java/org/apache/iotdb/consensus/multileader/logdispatcher/LogDispatcher.java
+++ 
b/consensus/src/main/java/org/apache/iotdb/consensus/multileader/logdispatcher/LogDispatcher.java
@@ -334,7 +334,7 @@ public class LogDispatcher {
 
     private long constructBatchFromWAL(
         long currentIndex, long maxIndex, List<TLogBatch> logBatches) {
-      logger.debug(
+      logger.info(
           String.format(
               "DataRegion[%s]->%s: currentIndex: %d, maxIndex: %d, 
iteratorIndex: %d",
               peer.getGroupId().getId(),

Reply via email to