liugddx commented on code in PR #5107:
URL: https://github.com/apache/seatunnel/pull/5107#discussion_r1266331099
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/checkpoint/CheckpointPlan.java:
##########
@@ -63,7 +64,7 @@ public class CheckpointPlan {
public static final class Builder {
private final Set<TaskLocation> pipelineSubtasks = new
CopyOnWriteArraySet<>();
private final Set<TaskLocation> startingSubtasks = new
CopyOnWriteArraySet<>();
- private final Map<ActionStateKey, Integer> pipelineActions = new
CopyOnWriteHashMap<>();
Review Comment:
Revert
--
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]