HxpSerein commented on code in PR #14634:
URL: https://github.com/apache/iotdb/pull/14634#discussion_r1905538426


##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/ProcedureManager.java:
##########
@@ -678,6 +683,8 @@ public TSStatus 
checkRemoveDataNodes(List<TDataNodeLocation> dataNodeLocations)
     return new TSStatus(TSStatusCode.SUCCESS_STATUS.getStatusCode());
   }
 
+  // region region operation related check

Review Comment:
   typo?



##########
iotdb-core/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4:
##########
@@ -532,6 +534,18 @@ migrateRegion
     : MIGRATE REGION regionId=INTEGER_LITERAL FROM fromId=INTEGER_LITERAL TO 
toId=INTEGER_LITERAL
     ;
 
+reconstructRegion
+    : RECONSTRUCT REGION regionId=INTEGER_LITERAL (COMMA 
regionId=INTEGER_LITERAL)* ON targetDataNodeId=INTEGER_LITERAL

Review Comment:
   Do we have `reconstruct all regions` now?



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