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/09 09:21:06 UTC

[iotdb] branch ml_0808_test_exp1_parallel updated: change log level from info to debug when queue is full

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

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


The following commit(s) were added to refs/heads/ml_0808_test_exp1_parallel by this push:
     new a8936bf9ca change log level from info to debug when queue is full
a8936bf9ca is described below

commit a8936bf9ca8fb5a5106e9760fe21e70e0ce77a7b
Author: Jinrui.Zhang <xi...@gmail.com>
AuthorDate: Tue Aug 9 17:20:52 2022 +0800

    change log level from info to debug when queue is full
---
 .../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 8938d8d03f..c918dac459 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
@@ -118,7 +118,7 @@ public class LogDispatcher {
           if (!thread
               .getPendingRequest()
               .offer(new IndexedConsensusRequest(serializedRequests, request.getSearchIndex()))) {
-            logger.info(
+            logger.debug(
                 "{}: Log queue of {} is full, ignore the log to this node, searchIndex: {}",
                 impl.getThisNode().getGroupId(),
                 thread.getPeer(),