yunfengzhou-hub commented on code in PR #24748:
URL: https://github.com/apache/flink/pull/24748#discussion_r1593512764


##########
flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java:
##########
@@ -130,11 +152,17 @@ public AsyncExecutionController(
                                         },
                                         "AEC-buffer-timeout"));
 
+        if (parallelMode == ParallelMode.SERIAL_BETWEEN_EPOCH) {

Review Comment:
   Whether two epochs can be executed in parallel depends on the semantics of 
the non-record in between, which means it is not a unified configuration that 
can be set on the whole operator.



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