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/12/29 02:22:09 UTC

[GitHub] [iotdb] CRZbulabula commented on a diff in pull request #8643: [IOTDB-5282] Add SQL: show cluster parameter

CRZbulabula commented on code in PR #8643:
URL: https://github.com/apache/iotdb/pull/8643#discussion_r1058693908


##########
integration-test/src/test/java/org/apache/iotdb/confignode/it/cluster/IoTDBClusterNodeErrorStartUpIT.java:
##########
@@ -240,7 +247,8 @@ public void testIllegalNodeRestart()
       // Shutdown and check
       EnvFactory.getEnv().shutdownConfigNode(1);
       EnvFactory.getEnv().shutdownDataNode(0);
-      while (true) {
+      int retryTimes;
+      for (retryTimes = 0; retryTimes < maxRetryTimes; retryTimes++) {

Review Comment:
   These codes are cherry-picked from the master



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