You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/11/26 07:53:59 UTC

[iotdb] branch FixCompile created (now 9905badc1f)

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

jackietien pushed a change to branch FixCompile
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 9905badc1f Fix Compile error

This branch includes the following new commits:

     new 9905badc1f Fix Compile error

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Fix Compile error

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9905badc1fbadf09b5878a2cd1778b530a2232be
Author: JackieTien97 <ja...@gmail.com>
AuthorDate: Sat Nov 26 15:53:47 2022 +0800

    Fix Compile error
---
 server/src/main/java/org/apache/iotdb/db/client/ConfigNodeClient.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/client/ConfigNodeClient.java b/server/src/main/java/org/apache/iotdb/db/client/ConfigNodeClient.java
index ac6cd0f99d..a8c0aeecf3 100644
--- a/server/src/main/java/org/apache/iotdb/db/client/ConfigNodeClient.java
+++ b/server/src/main/java/org/apache/iotdb/db/client/ConfigNodeClient.java
@@ -1643,7 +1643,7 @@ public class ConfigNodeClient
       } catch (TException e) {
         configLeader = null;
       }
-      reconnect();
+      waitAndReconnect();
     }
     throw new TException(MSG_RECONNECTION_FAIL);
   }