SteveYurongSu commented on code in PR #11639:
URL: https://github.com/apache/iotdb/pull/11639#discussion_r1420963472


##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/pipe/task/CreatePipeProcedureV2.java:
##########
@@ -143,6 +145,22 @@ protected void 
executeFromWriteConfigNodeConsensus(ConfigNodeProcedureEnv env)
     if (response.getCode() != TSStatusCode.SUCCESS_STATUS.getStatusCode()) {
       throw new PipeException(response.getMessage());
     }
+
+    // Create subtask of schema pipe here

Review Comment:
   针对现有的所有 task 相关的 procedure、CN 上都应该有对应的响应机制(接口)



##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/pipe/task/CreatePipeProcedureV2.java:
##########
@@ -143,6 +145,22 @@ protected void 
executeFromWriteConfigNodeConsensus(ConfigNodeProcedureEnv env)
     if (response.getCode() != TSStatusCode.SUCCESS_STATUS.getStatusCode()) {
       throw new PipeException(response.getMessage());
     }
+
+    // Create subtask of schema pipe here

Review Comment:
   针对现有的所有 task 相关的 procedure、CN 上都应该有对应的响应机制(接口)



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