zerolbsony commented on code in PR #17279:
URL: https://github.com/apache/iotdb/pull/17279#discussion_r2944661405


##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/node/NodeManager.java:
##########
@@ -352,6 +352,9 @@ public DataSet registerDataNode(TDataNodeRegisterReq req) {
     // Adjust the maximum RegionGroup number of each Database
     getClusterSchemaManager().adjustMaxRegionGroupNum();
 
+    // Check if all DataNodes are registered and trigger integrity check if 
needed
+    checkAndTriggerIntegrityCheck();
+

Review Comment:
   The line was removed that It said checkAndTriggerIntegrityCheck() 



-- 
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