liugddx commented on code in PR #3637:
URL:
https://github.com/apache/incubator-seatunnel/pull/3637#discussion_r1051785174
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/serializable/TaskDataSerializerHook.java:
##########
@@ -148,6 +149,8 @@ public IdentifiedDataSerializable create(int typeId) {
return new CleanTaskGroupContextOperation();
case SOURCE_READER_EVENT_OPERATOR:
return new SourceReaderEventOperation();
+ case CHECK_TASKGROUP_IS_EXECUTING:
Review Comment:
https://github.com/apache/incubator-seatunnel/blob/ac4e880fb58ece7e0920c962c11f4d768d6519b1/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/physical/PhysicalVertex.java#L217
If don't add this, that will report an error.
--
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]