-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.12.0, 1.11.2
-
Component/s: Runtime / Network
-
Labels:
In StreamTask.beforeInvoke:
1. operatorChain.initializeStateAndOpenOperators(createStreamTaskStateInitializer());
2. readRecoveredChannelState();
But operatorChain.initializeStateAndOpenOperators can emit watermarks (or potentially some other stream elements).
I've encountered this issue while adding an EndOfRecovery marker - in some runs of in OverWindowITCase.testRowTimeBoundedPartitionedRangeOver the marker was emitted after the watermark.
cc: Zhijiang, Piotr Nowojski
- blocks
-
FLINK-19856 Add EndOfChannelRecovery rescaling epoch
-
- Resolved
-
- links to