This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a commit to branch test_wal_sync_pr
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/test_wal_sync_pr by this push:
new 79da48972c remove info
79da48972c is described below
commit 79da48972c0854884412fbdc5bab542398e7d0e4
Author: Jinrui.Zhang <[email protected]>
AuthorDate: Tue Jun 28 18:07:51 2022 +0800
remove 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 9b528fa533..05729d1ab1 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
@@ -264,7 +264,7 @@ public class LogDispatcher {
iterator.remove();
}
batch = new PendingBatch(startIndex, endIndex, logBatches);
- logger.info(
+ logger.debug(
"{} : accumulated a {} from queue and wal",
impl.getThisNode().getGroupId(), batch);
}
return batch;