HxpSerein commented on code in PR #13559:
URL: https://github.com/apache/iotdb/pull/13559#discussion_r1776293327
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/ProcedureManager.java:
##########
@@ -577,17 +580,23 @@ public void removeConfigNode(RemoveConfigNodePlan
removeConfigNodePlan) {
}
/**
- * Generate {@link RemoveDataNodeProcedure}s, and serially execute all the
{@link
- * RemoveDataNodeProcedure}s.
+ * Generate {@link RemoveDataNodesProcedure}s, and serially execute all the
{@link
+ * RemoveDataNodesProcedure}s.
*/
- public boolean removeDataNode(RemoveDataNodePlan removeDataNodePlan) {
+ public synchronized boolean removeDataNode(RemoveDataNodePlan
removeDataNodePlan) {
Review Comment:
resolved
--
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]