fredia commented on code in PR #24748:
URL: https://github.com/apache/flink/pull/24748#discussion_r1595174398


##########
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:
   Yes, thanks for the suggestion, I put `ParallelMode` as one parameter of 
`onNonRecord()`, then we can choose different modes for different epochs.



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to