chengjianyun commented on a change in pull request #4079:
URL: https://github.com/apache/iotdb/pull/4079#discussion_r738265018



##########
File path: 
cluster/src/main/java/org/apache/iotdb/cluster/server/member/MetaGroupMember.java
##########
@@ -1807,15 +1821,16 @@ public void applyRemoveNode(RemoveNodeLog 
removeNodeLog) {
         new Thread(
                 () -> {
                   try {
-                    Thread.sleep(RaftServer.getHeartbeatIntervalMs());
+                    Thread.sleep(ClusterConstant.getHeartbeatIntervalMs());
                   } catch (InterruptedException e) {
                     Thread.currentThread().interrupt();
                     // ignore
                   }
                   super.stop();
-                  if (clientServer != null) {
-                    clientServer.stop();
-                  }
+                  // TODO FIXME
+                  //                  if (clusterTSServiceImpl != null) {
+                  //                    clusterTSServiceImpl.stop();
+                  //                  }

Review comment:
       Done.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to