Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11.2, 1.12.0
Description
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.
Attachments
Issue Links
- blocks
-
FLINK-19856 Add EndOfChannelRecovery rescaling epoch
- Resolved
- links to