You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/08/25 02:50:46 UTC

[GitHub] [incubator-seatunnel] Hisoka-X commented on a diff in pull request #2519: [hotfix][engine][dag] Loss of parallelism when recreating actions.

Hisoka-X commented on code in PR #2519:
URL: https://github.com/apache/incubator-seatunnel/pull/2519#discussion_r954453046


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/execution/ExecutionPlanGenerator.java:
##########
@@ -208,6 +208,7 @@ public static Action recreateAction(Action action, Long id) {
         } else {
             throw new UnknownActionException(action);
         }
+        newAction.setParallelism(action.getParallelism());

Review Comment:
   +1



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org