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

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

commit c6789c9b3ce653731fc5cabc642112c15ae0ec3e
Author: OneSizeFitQuorum <[email protected]>
AuthorDate: Tue Aug 6 11:52:25 2024 +0800

    finish
    
    Signed-off-by: OneSizeFitQuorum <[email protected]>
---
 .../main/java/org/apache/iotdb/consensus/iot/IoTConsensusServerImpl.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/IoTConsensusServerImpl.java
 
b/iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/IoTConsensusServerImpl.java
index ef35ae62c99..6ef3f276585 100644
--- 
a/iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/IoTConsensusServerImpl.java
+++ 
b/iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/IoTConsensusServerImpl.java
@@ -1142,6 +1142,7 @@ public class IoTConsensusServerImpl {
                 request.getStartSyncIndex(),
                 e);
             Thread.currentThread().interrupt();
+            break;
           }
         }
         long sortTime = System.nanoTime();

Reply via email to