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/08/04 02:01:31 UTC

[GitHub] [iotdb] 23931017wu commented on a diff in pull request #6886: [IOTDB-4028] Npe in updateNodeLoadStatistic of LoadManager when cluster first starts.

23931017wu commented on code in PR #6886:
URL: https://github.com/apache/iotdb/pull/6886#discussion_r937281988


##########
confignode/src/main/java/org/apache/iotdb/confignode/persistence/NodeInfo.java:
##########
@@ -268,6 +268,21 @@ public int getRegisteredConfigNodeCount() {
     }
     return result;
   }
+
+  /** Return the number of registered ConfigNodes */
+  public int getRegisteredNodeCount() {
+    int result;

Review Comment:
   Okay, I get it ~



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