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


##########
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:
   能否用PipeTaskInfo作为PipeTaskAgent?再加一个单独的PipeTaskAgent感觉很难管理PipeMetaKeeper



##########
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:
   能否用PipeTaskInfo作为PipeTaskAgent?再加一个单独的PipeTaskAgent感觉很难管理PipeMetaKeeper



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