Zakelly commented on code in PR #25816:
URL: https://github.com/apache/flink/pull/25816#discussion_r1891062033
##########
flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/EpochManager.java:
##########
@@ -68,12 +68,20 @@ public enum ParallelMode {
/** Current active epoch, only one active epoch at the same time. */
Epoch activeEpoch;
+ /** The epoch that will be provided to new records. */
+ @Nullable Epoch overrideEpoch;
Review Comment:
Renamed accordingly
--
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]