You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/02/28 09:14:03 UTC

[GitHub] [iotdb] jamber001 commented on a change in pull request #5131: [IOTDB-2625] Fix election deadlock when updating partition table

jamber001 commented on a change in pull request #5131:
URL: https://github.com/apache/iotdb/pull/5131#discussion_r815700985



##########
File path: cluster/src/main/java/org/apache/iotdb/cluster/server/member/RaftMember.java
##########
@@ -260,6 +260,7 @@ public void start() {
     }
 
     startBackGroundThreads();
+    setSkipElection(false);

Review comment:
       setSkipElection(false);  放到 startBackGroundThreads(); 前面, 是不是 更好?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org